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

What is Unicode character 𰙖?

The Unicode character 𰙖 U+30656 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+30656.

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!