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

What is Unicode character 𮑟?

The Unicode character 𮑟 U+2E45F 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+2E45F.

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!