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

What is Unicode character 𰖅?

The Unicode character 𰖅 U+30585 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+30585.

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!