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

What is Unicode character 𬫝?

The Unicode character 𬫝 U+2CADD 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+2CADD.

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!