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

What is Unicode character 𨹂?

The Unicode character 𨹂 U+28E42 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+28E42.

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!