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

What is Unicode character 𨹋?

The Unicode character 𨹋 U+28E4B 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+28E4B.

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!