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