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

What is Unicode character 𰑹?

The Unicode character 𰑹 U+30479 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+30479.

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!