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

What is Unicode character 𬶍?

The Unicode character 𬶍 U+2CD8D 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+2CD8D.

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!