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

What is Unicode character 𨾣?

The Unicode character 𨾣 U+28FA3 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+28FA3.

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!