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

What is Unicode character 𬬪?

The Unicode character 𬬪 U+2CB2A 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+2CB2A.

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!