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

What is Unicode character 𰕬?

The Unicode character 𰕬 U+3056C 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+3056C.

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!