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

What is Unicode character 𬳟?

The Unicode character 𬳟 U+2CCDF 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+2CCDF.

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!