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

What is Unicode character 𪕎?

The Unicode character 𪕎 U+2A54E 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+2A54E.

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!