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

What is Unicode character 𬵺?

The Unicode character 𬵺 U+2CD7A 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+2CD7A.

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!