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

What is Unicode character 𨩍?

The Unicode character 𨩍 U+28A4D 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+28A4D.

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!