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

What is Unicode character 𨭎?

The Unicode character 𨭎 U+28B4E 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+28B4E.

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!