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

What is Unicode character 𰢃?

The Unicode character 𰢃 U+30883 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+30883.

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!