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

What is Unicode character 𰁺?

The Unicode character 𰁺 U+3007A 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+3007A.

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!