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

What is Unicode character 𰅬?

The Unicode character 𰅬 U+3016C 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+3016C.

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!