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

What is Unicode character 𬒓?

The Unicode character 𬒓 U+2C493 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C493.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!