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

What is Unicode character 𰑟?

The Unicode character 𰑟 U+3045F 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+3045F.

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!