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

What is Unicode character 𰮺?

The Unicode character 𰮺 U+30BBA 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+30BBA.

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!