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

What is Unicode character 𢑟?

The Unicode character 𢑟 U+2245F 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+2245F.

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!