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

What is Unicode character 𪵍?

The Unicode character 𪵍 U+2AD4D 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+2AD4D.

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!