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

What is Unicode character 𰍖?

The Unicode character 𰍖 U+30356 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+30356.

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!