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

What is Unicode character 𰀼?

The Unicode character 𰀼 U+3003C 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+3003C.

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!