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

What is Unicode character 𰔺?

The Unicode character 𰔺 U+3053A 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+3053A.

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!