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

What is Unicode character 𰮨?

The Unicode character 𰮨 U+30BA8 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+30BA8.

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!