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

What is Unicode character 𪃔?

The Unicode character 𪃔 U+2A0D4 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A0D4.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!