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

What is Unicode character 𰖕?

The Unicode character 𰖕 U+30595 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+30595.

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!