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

What is Unicode character 𰖃?

The Unicode character 𰖃 U+30583 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+30583.

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!