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

What is Unicode character 𪵃?

The Unicode character 𪵃 U+2AD43 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+2AD43.

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!