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

What is Unicode character 𰑼?

The Unicode character 𰑼 U+3047C 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+3047C.

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!