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

What is Unicode character 𬲭?

The Unicode character 𬲭 U+2CCAD 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+2CCAD.

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!