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

What is Unicode character 𦑎?

The Unicode character 𦑎 U+2644E 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+2644E.

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!