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

What is Unicode character 𰦃?

The Unicode character 𰦃 U+30983 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+30983.

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!