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

What is Unicode character 𧑟?

The Unicode character 𧑟 U+2745F 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+2745F.

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!