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

What is Unicode character 𢍺?

The Unicode character 𢍺 U+2237A 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+2237A.

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!