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

What is Unicode character 𨵎?

The Unicode character 𨵎 U+28D4E 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+28D4E.

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!