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

What is Unicode character 𰖖?

The Unicode character 𰖖 U+30596 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+30596.

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!