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

What is Unicode character 𬬭?

The Unicode character 𬬭 U+2CB2D 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+2CB2D.

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!