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

What is Unicode character 𨵀?

The Unicode character 𨵀 U+28D40 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+28D40.

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!