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

What is Unicode character 𨵁?

The Unicode character 𨵁 U+28D41 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+28D41.

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!