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