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

What is Unicode character 𪑎?

The Unicode character 𪑎 U+2A44E 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+2A44E.

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!