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

What is Unicode character 𰾃?

The Unicode character 𰾃 U+30F83 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+30F83.

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!