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

What is Unicode character 𰑵?

The Unicode character 𰑵 U+30475 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+30475.

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!