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

What is Unicode character 𪣟?

The Unicode character 𪣟 U+2A8DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A8DF.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!