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

What is Unicode character 𡝺?

The Unicode character 𡝺 U+2177A 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+2177A.

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!