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

What is Unicode character 𨕁?

The Unicode character 𨕁 U+28541 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+28541.

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!