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

What is Unicode character 𰯢?

The Unicode character 𰯢 U+30BE2 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+30BE2.

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!