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

What is Unicode character 𢑹?

The Unicode character 𢑹 U+22479 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+22479.

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!