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