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

What is Unicode character 𬑎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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