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

What is Unicode character 𨲁?

The Unicode character 𨲁 U+28C81 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+28C81.

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!