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

What is Unicode character 𨡁?

The Unicode character 𨡁 U+28841 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+28841.

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!