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

What is Unicode character 𦑅?

The Unicode character 𦑅 U+26445 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+26445.

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!