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