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

What is Unicode character 𬑼?

The Unicode character 𬑼 U+2C47C 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+2C47C.

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!