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

What is Unicode character 𨾏?

The Unicode character 𨾏 U+28F8F 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+28F8F.

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!