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

What is Unicode character 𪣹?

The Unicode character 𪣹 U+2A8F9 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+2A8F9.

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!