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

What is Unicode character 𰈬?

The Unicode character 𰈬 U+3022C 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+3022C.

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!