| Nom du symbole | Hangul Choseong Rieul-tikeut |
| Version Unicode | 5.2 |
| Unicode | U+A966 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole hangul choseong rieul-tikeut sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Choseong Rieul-tikeut dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A966 |
| Code hexadécimal | 0xA966 |
| Code HTML | ꥦ |
| LaTeX | \hangul{A966} |
| Symbole | ꥦ |
| Encodage URL (pourcent UTF-8) | %EA%A5%A6 |
| Nom oral / lecteur d’écran | Hangul Choseong Rieul-tikeut |