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

What is Unicode character 𬵾?

The Unicode character 𬵾 U+2CD7E 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+2CD7E.

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!