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

What is Unicode character 𰬆?

The Unicode character 𰬆 U+30B06 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+30B06.

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!