About Canadian Syllabics N
Canadian Syllabics N is the Unicode character ᓐ at codepoint U+14D0 in the Unified Canadian Aboriginal Syllabics 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 Canadian Syllabics N
To use the Canadian Syllabics N 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: '\14D0';.
In JavaScript and TypeScript the escape '\u14D0' evaluates to ᓐ. In Python source, write '\u14D0'.
The character encodes to E1 93 90 as UTF-8 bytes and 14D0 as UTF-16 code units. Its decimal codepoint is 5328.
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.