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

What is Unicode character 𬷕?

The Unicode character 𬷕 U+2CDD5 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+2CDD5.

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!