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

What is Unicode character 𰖐?

The Unicode character 𰖐 U+30590 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+30590.

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!