| 記号名 | Hangul Syllable Bbyeom |
| Unicodeバージョン | 2.0 |
| Unicode | U+BF18 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \BF18 |
| 16進コード | 0xBF18 |
| HTMLコード | 뼘 |
| LaTeX | \hangul{BF18} |
| 記号 | 뼘 |
| URLエンコード(UTF-8パーセント) | %EB%BC%98 |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでhangul syllable bbyeom記号を入力できます:
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>各プログラミング言語におけるHangul Syllable Bbyeom記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |