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

What is Unicode character 𬬯?

The Unicode character 𬬯 U+2CB2F 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+2CB2F.

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!