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

What is Unicode character 𬶟?

The Unicode character 𬶟 U+2CD9F 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+2CD9F.

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!