Fullwidth Right White Parenthesis Letter
⦆ is the fullwidth right parenthesis character (U+FF60) used for typography and alignment in fullwidth text.
U+FF60
⦆ is a fullwidth punctuation mark that visually matches other fullwidth characters. It’s commonly used when you want consistent spacing and alignment in East Asian style text layouts. Copy it directly or use the provided Unicode/escape codes in your projects.
Fullwidth Right White Parenthesis Letter Meaning
⦆ (FULLWIDTH RIGHT WHITE PARENTHESIS, U+FF60) is a fullwidth version of a right parenthesis. “Fullwidth” means the glyph occupies the typical width used by East Asian characters, which helps maintain consistent alignment when mixing punctuation with fullwidth text. Visually, it looks like a right parenthesis but is designed for fullwidth typography rather than standard ASCII proportions. You’ll most often encounter it in strings that use consistent character widths, such as UI text, form labels, headings, and formatted content where spacing matters. It’s also useful when reproducing text from sources that already use fullwidth punctuation.
Common uses
- •Maintaining alignment in fullwidth text interfaces and mockups
- •Preparing typography where punctuation width must match CJK-style characters
- •Copying and reproducing content that already uses fullwidth punctuation
- •Labeling UI elements that mix fullwidth characters and need consistent spacing
- •Formatting social media or design text where fullwidth spacing looks intentional
Examples
⦆ Fullwidth Right White Parenthesis
- ⦆Example:⦆これは右カッコです
- ⦆タイトル⦆サンプル表示
- ⦆前へ⦆次へ
- ⦆金額(税別)⦆表示用
- ⦆設定⦆オプション
Variations
Technical codes
| Unicode | U+FF60 | |
| HTML Entity | ⦆ | |
| HTML Code | ⦆ | |
| CSS | \FF60 |
FAQ
What does the Fullwidth Right White Parenthesis letter mean?
⦆ (FULLWIDTH RIGHT WHITE PARENTHESIS, U+FF60) is a fullwidth version of a right parenthesis. “Fullwidth” means the glyph occupies the typical width used by East Asian characters, which helps maintain consistent alignment when mixing punctuation with fullwidth text. Visually, it looks like a right parenthesis but is designed for fullwidth typography rather than standard ASCII proportions. You’ll most often encounter it in strings that use consistent character widths, such as UI text, form labels, headings, and formatted content where spacing matters. It’s also useful when reproducing text from sources that already use fullwidth punctuation.
What is the Unicode code point for ⦆?
⦆ is U+FF60 (FULLWIDTH RIGHT WHITE PARENTHESIS).
How can I insert ⦆ using HTML?
Use the HTML entity: ⦆.
How do I use ⦆ in CSS?
With the CSS escape: \\FF60.
What’s the difference between ⦆ and a normal right parenthesis ')'?
⦆ is fullwidth, meaning it’s designed to occupy the typical fullwidth character space for consistent alignment in fullwidth text. A normal ')' is typically halfwidth.