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>&#179039;</p>
📋
CSS .selector { content: '\2BB5F' };
📋
JS var unicodeA = '\u2BB5F ';
📋
CPP char unicodeA = ' \u2BB5F ';
📋
Java char unicodeA = '\u2BB5F';
📋
Python unicodeA = '\u2BB5F'
📋

What is Unicode character 𫭟?

The Unicode character 𫭟 U+2BB5F 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+2BB5F.

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!