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

What is Unicode character 𪰹?

The Unicode character 𪰹 U+2AC39 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+2AC39.

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!