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

What is Unicode character 𨶑?

The Unicode character 𨶑 U+28D91 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+28D91.

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!