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