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

What is Unicode character 𡝾?

The Unicode character 𡝾 U+2177E 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+2177E.

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!