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

What is Unicode character 𬷍?

The Unicode character 𬷍 U+2CDCD 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+2CDCD.

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!