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

What is Unicode character 𭑟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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