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

What is Unicode character 𢝺?

The Unicode character 𢝺 U+2277A 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+2277A.

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!