| Symbol Name | Fullwidth Right White Parenthesis |
| Unicode Version | 3.2 |
| Unicode | U+FF60 |
| Unicode block | |
| General category | 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}You can type the fullwidth right white parenthesis symbol on most modern devices with the help of following methods:
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>Fullwidth Right White Parenthesis symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0xFF60 |
| HTML Code | ⦆ |
| LaTeX | \text{FULLWIDTHRIGHTWHITEPARENTHESIS} |
| Symbol | ⦆ |
| URL encode (UTF-8 percent) | %EF%BD%A0 |
| Spoken / screen reader name | Fullwidth Right White Parenthesis |