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

What is Unicode character 𭑎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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