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

What is Unicode character 𰍵?

The Unicode character 𰍵 U+30375 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+30375.

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!