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