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

What is Unicode character 𬷔?

The Unicode character 𬷔 U+2CDD4 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+2CDD4.

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!