About Runic Letter Stan
Runic Letter Stan is the Unicode character ᛥ at codepoint U+16E5 in the Runic block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Runic Letter Stan
To use the Runic Letter Stan symbol (ᛥ) in HTML, insert the
entity ᛥ directly into your markup. The decimal entity ᛥ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\16E5';.
In JavaScript and TypeScript the escape '\u16E5' evaluates to ᛥ. In Python source, write '\u16E5'.
The character encodes to E1 9B A5 as UTF-8 bytes and 16E5 as UTF-16 code units. Its decimal codepoint is 5861.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.