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

What is Unicode character 𪑟?

The Unicode character 𪑟 U+2A45F 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+2A45F.

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!