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

What is Unicode character 𪧟?

The Unicode character 𪧟 U+2A9DF 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+2A9DF.

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!