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

What is Unicode character 𨵍?

The Unicode character 𨵍 U+28D4D 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+28D4D.

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!