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

What is Unicode character 𨾑?

The Unicode character 𨾑 U+28F91 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+28F91.

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!