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

What is Unicode character 𪨕?

The Unicode character 𪨕 U+2AA15 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+2AA15.

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!