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

What is Unicode character 𡝼?

The Unicode character 𡝼 U+2177C 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+2177C.

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!