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

What is Unicode character 𰍶?

The Unicode character 𰍶 U+30376 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+30376.

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!