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

What is Unicode character 𰉕?

The Unicode character 𰉕 U+30255 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+30255.

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!