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