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

What is Unicode character 𬬏?

The Unicode character 𬬏 U+2CB0F 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+2CB0F.

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!