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