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

What is Unicode character 𡑎?

The Unicode character 𡑎 U+2144E 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+2144E.

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!