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

What is Unicode character 𨲓?

The Unicode character 𨲓 U+28C93 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+28C93.

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!