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

What is Unicode character 𨑟?

The Unicode character 𨑟 U+2845F 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+2845F.

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!