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

What is Unicode character 𢒓?

The Unicode character 𢒓 U+22493 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+22493.

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!