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

What is Unicode character 𰍈?

The Unicode character 𰍈 U+30348 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+30348.

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!