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

What is Unicode character 𨎑?

The Unicode character 𨎑 U+28391 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+28391.

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!