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>&#181370;</p>
📋
CSS .selector { content: '\2C47A' };
📋
JS var unicodeA = '\u2C47A ';
📋
CPP char unicodeA = ' \u2C47A ';
📋
Java char unicodeA = '\u2C47A';
📋
Python unicodeA = '\u2C47A'
📋

What is Unicode character 𬑺?

The Unicode character 𬑺 U+2C47A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C47A.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!