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

What is Unicode character 𨲄?

The Unicode character 𨲄 U+28C84 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+28C84.

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!