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

What is Unicode character 𬶎?

The Unicode character 𬶎 U+2CD8E 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+2CD8E.

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!