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

What is Unicode character 𬶏?

The Unicode character 𬶏 U+2CD8F 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+2CD8F.

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!