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

What is Unicode character 𨼑?

The Unicode character 𨼑 U+28F11 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+28F11.

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!