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

What is Unicode character 𰅕?

The Unicode character 𰅕 U+30155 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+30155.

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!