| Nome del simbolo | Hangul Choseong Rieul-tikeut |
| Versione Unicode | 5.2 |
| Unicode | U+A966 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | EA A5 A6 |
| UTF-16 | A966 |
| UTF-32 | 0000A966 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A966}4\end{document}Puoi digitare il simbolo hangul choseong rieul-tikeut sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 43366 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong rieul-tikeut", or use Unicode Hex Input with A966.
Ctrl + Shift + U, type a966, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.hangul-choseong-rieul-tikeut::before { content: "\A966"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥦ</span>La rappresentazione del simbolo Hangul Choseong Rieul-tikeut nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA966' or String.fromCodePoint(43366) |
| Python | '\N{HANGUL CHOSEONG RIEUL-TIKEUT}' or chr(43366) |
| Rust | '\u{A966}' |
| C / C++ | UTF-8 source or wchar_t with U+A966 |
| Go | string(rune(0xA966)) |
| Ruby | "\u{A966}" |
| Codice CSS |
\A966 |
| Codice esadecimale | 0xA966 |
| Codice HTML | ꥦ |
| LaTeX | \hangul{A966} |
| Simbolo | ꥦ |
| Codifica URL (percentuale UTF-8) | %EA%A5%A6 |
| Nome parlato / screen reader | Hangul Choseong Rieul-tikeut |