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

What is Unicode character 𬧟?

The Unicode character 𬧟 U+2C9DF 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+2C9DF.

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!