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

What is Unicode character 𰍹?

The Unicode character 𰍹 U+30379 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+30379.

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!