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

What is Unicode character 𨊑?

The Unicode character 𨊑 U+28291 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+28291.

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!