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

What is Unicode character 𨾡?

The Unicode character 𨾡 U+28FA1 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+28FA1.

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!