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

What is Unicode character 𬣟?

The Unicode character 𬣟 U+2C8DF 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+2C8DF.

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!