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

What is Unicode character 𰯶?

The Unicode character 𰯶 U+30BF6 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+30BF6.

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!