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

What is Unicode character 𬪬?

The Unicode character 𬪬 U+2CAAC 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+2CAAC.

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!