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

What is Unicode character 𬷟?

The Unicode character 𬷟 U+2CDDF 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+2CDDF.

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!