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

What is Unicode character 𪦵?

The Unicode character 𪦵 U+2A9B5 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+2A9B5.

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!