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

What is Unicode character 𰯨?

The Unicode character 𰯨 U+30BE8 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+30BE8.

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!