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

What is Unicode character 𰲃?

The Unicode character 𰲃 U+30C83 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+30C83.

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!