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

What is Unicode character 𤑟?

The Unicode character 𤑟 U+2445F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2445F.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!