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

What is Unicode character 𨙁?

The Unicode character 𨙁 U+28641 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+28641.

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!