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

What is Unicode character 𰯀?

The Unicode character 𰯀 U+30BC0 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+30BC0.

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!