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

What is Unicode character 𡑟?

The Unicode character 𡑟 U+2145F 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+2145F.

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!