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

What is Unicode character 𨑅?

The Unicode character 𨑅 U+28445 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+28445.

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!