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

What is Unicode character 𬊲?

The Unicode character 𬊲 U+2C2B2 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+2C2B2.

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!