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

What is Unicode character 𬷝?

The Unicode character 𬷝 U+2CDDD 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+2CDDD.

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!