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

What is Unicode character 𣑟?

The Unicode character 𣑟 U+2345F 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+2345F.

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!