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

What is Unicode character 𨼟?

The Unicode character 𨼟 U+28F1F 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+28F1F.

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!