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