About Newa Om
Newa Om is the Unicode character ð at codepoint U+11449 of the Supplementary Multilingual Plane (SMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Newa Om
To use the Newa Om 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: '\11449';.
In JavaScript and TypeScript the escape '\u{11449}' evaluates to ð. In Python source, write '\U00011449'.
The character encodes to F0 91 91 89 as UTF-8 bytes and D805 DC49 as UTF-16 code units. Its decimal codepoint is 70729.
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.