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

What is Unicode character 𪕍?

The Unicode character 𪕍 U+2A54D 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+2A54D.

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!