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

What is Unicode character 𰯦?

The Unicode character 𰯦 U+30BE6 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+30BE6.

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!