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

What is Unicode character 𢝼?

The Unicode character 𢝼 U+2277C 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+2277C.

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!