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

What is Unicode character 𰍐?

The Unicode character 𰍐 U+30350 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+30350.

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!