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

What is Unicode character 𰕺?

The Unicode character 𰕺 U+3057A 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+3057A.

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!