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

What is Unicode character 𰙬?

The Unicode character 𰙬 U+3066C 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+3066C.

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!