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

What is Unicode character 𰯰?

The Unicode character 𰯰 U+30BF0 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+30BF0.

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!