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

What is Unicode character 𨾓?

The Unicode character 𨾓 U+28F93 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+28F93.

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!