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

What is Unicode character 𰍕?

The Unicode character 𰍕 U+30355 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+30355.

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!