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

What is Unicode character 𪨹?

The Unicode character 𪨹 U+2AA39 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+2AA39.

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!