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

What is Unicode character 𰮦?

The Unicode character 𰮦 U+30BA6 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+30BA6.

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!