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

What is Unicode character 𧑎?

The Unicode character 𧑎 U+2744E 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+2744E.

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!