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

What is Unicode character 𰬌?

The Unicode character 𰬌 U+30B0C 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+30B0C.

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!