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

What is Unicode character 𰑺?

The Unicode character 𰑺 U+3047A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3047A.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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