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

What is Unicode character 𨹁?

The Unicode character 𨹁 U+28E41 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+28E41.

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!