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