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

What is Unicode character 𨶓?

The Unicode character 𨶓 U+28D93 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+28D93.

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!