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>&#140314;</p>
📋
CSS .selector { content: '\2241A' };
📋
JS var unicodeA = '\u2241A ';
📋
CPP char unicodeA = ' \u2241A ';
📋
Java char unicodeA = '\u2241A';
📋
Python unicodeA = '\u2241A'
📋

What is Unicode character 𢐚?

The Unicode character 𢐚 U+2241A 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+2241A.

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!