Css Styling

Size
𫾟
15px
𫾟
18px
𫾟
21px
𫾟
24px
𫾟
27px
𫾟
30px
𫾟
33px
𫾟
36px
𫾟
42px
𫾟
48px
𫾟
54px
𫾟
60px
𫾟
66px
𫾟
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𫾟
Bold
𫾟
Italic
𫾟
Underline
𫾟
Strikethrough
𫾟
UpperCase
𫾟
LowerCase
𫾟
Oblique
A 𫾟
Subscript
A 𫾟
Superscript
𫾟
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𫾟
Arial
𫾟
Times New Roman
𫾟
Verdana
𫾟
Courier New
𫾟
Garamond
𫾟
Georgia
𫾟
Trebuchet MS
𫾟
Tahoma
𫾟
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𫾟
White
𫾟
Brown
𫾟
Maroon
𫾟
Magenta
𫾟
Red
𫾟
Orange
𫾟
Yellow
𫾟
Green
𫾟
Teal
𫾟
Cyan
𫾟
Blue
𫾟
Violet
𫾟
Purple
𫾟
Indigo
𫾟
Gray
𫾟
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𫾟
White
𫾟
Brown
𫾟
Maroon
𫾟
Magenta
𫾟
Red
𫾟
Orange
𫾟
Yellow
𫾟
Green
𫾟
Teal
𫾟
Cyan
𫾟
Blue
𫾟
Violet
𫾟
Purple
𫾟
Indigo
𫾟
Gray
𫾟
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#180127;</p>
📋
CSS .selector { content: '\2BF9F' };
📋
JS var unicodeA = '\u2BF9F ';
📋
CPP char unicodeA = ' \u2BF9F ';
📋
Java char unicodeA = '\u2BF9F';
📋
Python unicodeA = '\u2BF9F'
📋

What is Unicode character 𫾟?

The Unicode character 𫾟 U+2BF9F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𫾟 represent?

The Unicode character 𫾟 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𫾟?

The Unicode code point for 𫾟 is U+2BF9F.

Is the appearance of the 𫾟 character consistent across all platforms?

The appearance of the 𫾟 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𫾟 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𫾟 character.

In which version was Unicode character 𫾟 released, and to which block of characters does it belong?

Unicode character 𫾟 was first introduced in Unicode Version 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!