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

What is Unicode character 𰁬?

The Unicode character 𰁬 U+3006C 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+3006C.

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!