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

What is Unicode character 𫯟?

The Unicode character 𫯟 U+2BBDF 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+2BBDF.

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!