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

What is Unicode character 𰯖?

The Unicode character 𰯖 U+30BD6 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+30BD6.

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!