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

What is Unicode character 𡑹?

The Unicode character 𡑹 U+21479 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+21479.

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!