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

What is Unicode character 𬳝?

The Unicode character 𬳝 U+2CCDD 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+2CCDD.

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!