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

What is Unicode character 𪰦?

The Unicode character 𪰦 U+2AC26 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+2AC26.

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!