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

What is Unicode character 𪦓?

The Unicode character 𪦓 U+2A993 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+2A993.

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!