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