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

What is Unicode character 𪢓?

The Unicode character 𪢓 U+2A893 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+2A893.

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!