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

What is Unicode character 𰌺?

The Unicode character 𰌺 U+3033A 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+3033A.

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!