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

What is Unicode character 𨒓?

The Unicode character 𨒓 U+28493 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+28493.

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!