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

What is Unicode character 𰭬?

The Unicode character 𰭬 U+30B6C 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+30B6C.

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!