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