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

What is Unicode character 𨵌?

The Unicode character 𨵌 U+28D4C 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+28D4C.

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!