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

What is Unicode character 𨆑?

The Unicode character 𨆑 U+28191 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+28191.

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!