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

What is Unicode character 𡍺?

The Unicode character 𡍺 U+2137A 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+2137A.

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!