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

What is Unicode character 𪨔?

The Unicode character 𪨔 U+2AA14 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+2AA14.

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!