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

What is Unicode character 𰀺?

The Unicode character 𰀺 U+3003A 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+3003A.

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!