| Nom du symbole | Hangul Choseong Rieul-cieuc |
| Version Unicode | 5.2 |
| Unicode | U+A96D |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | EA A5 AD |
| UTF-16 | A96D |
| UTF-32 | 0000A96D |
1\documentclass{article}2\usepackage{pifont}3\hangul{A96D}4\end{document}Vous pouvez saisir le symbole hangul choseong rieul-cieuc sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 43373 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong rieul-cieuc", or use Unicode Hex Input with A96D.
Ctrl + Shift + U, type a96d, 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-cieuc::before { content: "\A96D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥭ</span>La représentation du symbole Hangul Choseong Rieul-cieuc dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA96D' or String.fromCodePoint(43373) |
| Python | '\N{HANGUL CHOSEONG RIEUL-CIEUC}' or chr(43373) |
| Rust | '\u{A96D}' |
| C / C++ | UTF-8 source or wchar_t with U+A96D |
| Go | string(rune(0xA96D)) |
| Ruby | "\u{A96D}" |
| Code CSS |
\A96D |
| Code hexadécimal | 0xA96D |
| Code HTML | ꥭ |
| LaTeX | \hangul{A96D} |
| Symbole | ꥭ |
| Encodage URL (pourcent UTF-8) | %EA%A5%AD |
| Nom oral / lecteur d’écran | Hangul Choseong Rieul-cieuc |