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

What is Unicode character 𢑅?

The Unicode character 𢑅 U+22445 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+22445.

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!