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

What is Unicode character 𰔾?

The Unicode character 𰔾 U+3053E 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+3053E.

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!