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

What is Unicode character 𪵎?

The Unicode character 𪵎 U+2AD4E 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+2AD4E.

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!