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

What is Unicode character 𨾢?

The Unicode character 𨾢 U+28FA2 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+28FA2.

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!