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

What is Unicode character 𪴃?

The Unicode character 𪴃 U+2AD03 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+2AD03.

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!