About Runic Letter Ing
Runic Letter Ing is the Unicode character ᛝ at codepoint U+16DD 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 Ing
To use the Runic Letter Ing 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: '\16DD';.
In JavaScript and TypeScript the escape '\u16DD' evaluates to ᛝ. In Python source, write '\u16DD'.
The character encodes to E1 9B 9D as UTF-8 bytes and 16DD as UTF-16 code units. Its decimal codepoint is 5853.
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.