| 記号名 | Vertical Kana Repeat With Voiced Sound Mark Upper Half |
| Unicodeバージョン | 1.1 |
| Unicode | U+3034 |
| Unicodeブロック | |
| 一般カテゴリ | Modifier Letter (Lm) |
| UTF-8 | E3 80 B4 |
| UTF-16 | 3034 |
| UTF-32 | 00003034 |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALKANAREPEATWITHVOICEDSOUNDMARKUPPERHALF}4\end{document}以下の方法でほとんどの最新デバイスでvertical kana repeat with voiced sound mark upper half記号を入力できます:
Alt + 12340 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical kana repeat with voiced sound mark upper half", or use Unicode Hex Input with 3034.
Ctrl + Shift + U, type 3034, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.vertical-kana-repeat-with-voiced-sound-mark-upper-half::before { content: "\3034"; }1<span>〴</span>各プログラミング言語におけるVertical Kana Repeat With Voiced Sound Mark Upper Half記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u3034' or String.fromCodePoint(12340) |
| Python | '\N{VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF}' or chr(12340) |
| Rust | '\u{3034}' |
| C / C++ | UTF-8 source or wchar_t with U+3034 |
| Go | string(rune(0x3034)) |
| Ruby | "\u{3034}" |
| CSSコード |
\3034 |
| 16進コード | 0x3034 |
| HTMLコード | 〴 |
| LaTeX | \text{VERTICALKANAREPEATWITHVOICEDSOUNDMARKUPPERHALF} |
| 記号 | 〴 |
| URLエンコード(UTF-8パーセント) | %E3%80%B4 |
| 読み上げ名 / スクリーンリーダー | Vertical Kana Repeat With Voiced Sound Mark Upper Half |