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

What is Unicode character 𡕺?

The Unicode character 𡕺 U+2157A 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+2157A.

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!