| 記号名 | Hangul Syllable Rwemp |
| Unicodeバージョン | 2.0 |
| Unicode | U+B934 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \B934 |
| 16進コード | 0xB934 |
| HTMLコード | 뤴 |
| LaTeX | \hangul{B934} |
| 記号 | 뤴 |
| URLエンコード(UTF-8パーセント) | %EB%A4%B4 |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Rwemp |
| UTF-8 | EB A4 B4 |
| UTF-16 | B934 |
| UTF-32 | 0000B934 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B934}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable rwemp記号を入力できます:
Alt + 47412 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable rwemp", or use Unicode Hex Input with B934.
Ctrl + Shift + U, type b934, 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-rwemp::before { content: "\B934"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뤴</span>各プログラミング言語におけるHangul Syllable Rwemp記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uB934' or String.fromCodePoint(47412) |
| Python | '\N{HANGUL SYLLABLE RWEMP}' or chr(47412) |
| Rust | '\u{B934}' |
| C / C++ | UTF-8 source or wchar_t with U+B934 |
| Go | string(rune(0xB934)) |
| Ruby | "\u{B934}" |