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

What is Unicode character 𪰨?

The Unicode character 𪰨 U+2AC28 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+2AC28.

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!