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

What is Unicode character 𪦰?

The Unicode character 𪦰 U+2A9B0 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+2A9B0.

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!