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

What is Unicode character 𪢹?

The Unicode character 𪢹 U+2A8B9 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+2A8B9.

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!