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

What is Unicode character 𢐑?

The Unicode character 𢐑 U+22411 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+22411.

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!