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

What is Unicode character 𨹆?

The Unicode character 𨹆 U+28E46 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+28E46.

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!