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