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

What is Unicode character 𢑎?

The Unicode character 𢑎 U+2244E 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+2244E.

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!