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

What is Unicode character 𰮢?

The Unicode character 𰮢 U+30BA2 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+30BA2.

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!