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