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>&#164942;</p>
📋
CSS .selector { content: '\2844E' };
📋
JS var unicodeA = '\u2844E ';
📋
CPP char unicodeA = ' \u2844E ';
📋
Java char unicodeA = '\u2844E';
📋
Python unicodeA = '\u2844E'
📋

What is Unicode character 𨑎?

The Unicode character 𨑎 U+2844E 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+2844E.

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!