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

What is Unicode character 𱑟?

The Unicode character 𱑟 U+3145F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3145F.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!