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

What is Unicode character 𢐫?

The Unicode character 𢐫 U+2242B 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+2242B.

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!