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

What is Unicode character 𨭍?

The Unicode character 𨭍 U+28B4D 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+28B4D.

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!