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

What is Unicode character 𪨖?

The Unicode character 𪨖 U+2AA16 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+2AA16.

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!