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

What is Unicode character 𰙕?

The Unicode character 𰙕 U+30655 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+30655.

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!