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

What is Unicode character 𰯃?

The Unicode character 𰯃 U+30BC3 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+30BC3.

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!