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

What is Unicode character 𰑅?

The Unicode character 𰑅 U+30445 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+30445.

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!