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

What is Unicode character 𬬑?

The Unicode character 𬬑 U+2CB11 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+2CB11.

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!