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

What is Unicode character 𫑟?

The Unicode character 𫑟 U+2B45F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B45F.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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