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>&#199788;</p>
📋
CSS .selector { content: '\30C6C' };
📋
JS var unicodeA = '\u30C6C ';
📋
CPP char unicodeA = ' \u30C6C ';
📋
Java char unicodeA = '\u30C6C';
📋
Python unicodeA = '\u30C6C'
📋

What is Unicode character 𰱬?

The Unicode character 𰱬 U+30C6C 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+30C6C.

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!