| Symbolname | Fullwidth Right White Parenthesis |
| Unicode-Version | 3.2 |
| Unicode | U+FF60 |
| Unicode-Block | |
| Allgemeine Kategorie | Close Punctuation (Pe) |
| UTF-8 | EF BD A0 |
| UTF-16 | FF60 |
| UTF-32 | 0000FF60 |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHRIGHTWHITEPARENTHESIS}4\end{document}Sie können das Symbol fullwidth right white parenthesis auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 65376 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth right white parenthesis", or use Unicode Hex Input with FF60.
Ctrl + Shift + U, type ff60, 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 bracket and quote support.
1span.fullwidth-right-white-parenthesis::before { content: "\FF60"; }1<span>⦆</span>Die Darstellung des Symbols Fullwidth Right White Parenthesis in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uFF60' or String.fromCodePoint(65376) |
| Python | '\N{FULLWIDTH RIGHT WHITE PARENTHESIS}' or chr(65376) |
| Rust | '\u{FF60}' |
| C / C++ | UTF-8 source or wchar_t with U+FF60 |
| Go | string(rune(0xFF60)) |
| Ruby | "\u{FF60}" |
| CSS-Code |
\FF60 |
| Hexadezimalcode | 0xFF60 |
| HTML-Code | ⦆ |
| LaTeX | \text{FULLWIDTHRIGHTWHITEPARENTHESIS} |
| Symbol | ⦆ |
| URL-Kodierung (UTF-8-Prozent) | %EF%BD%A0 |
| Ansagename (Screenreader) | Fullwidth Right White Parenthesis |