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

What is Unicode character 𰍔?

The Unicode character 𰍔 U+30354 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+30354.

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!