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

What is Unicode character 𨾬?

The Unicode character 𨾬 U+28FAC 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+28FAC.

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!