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

What is Unicode character 𰄬?

The Unicode character 𰄬 U+3012C 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+3012C.

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!