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

What is Unicode character 𡑅?

The Unicode character 𡑅 U+21445 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+21445.

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!