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

What is Unicode character 𰀬?

The Unicode character 𰀬 U+3002C 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+3002C.

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!