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

What is Unicode character 𨹄?

The Unicode character 𨹄 U+28E44 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+28E44.

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!