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

What is Unicode character 𨵄?

The Unicode character 𨵄 U+28D44 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+28D44.

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!