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

What is Unicode character 𰮃?

The Unicode character 𰮃 U+30B83 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+30B83.

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!