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

What is Unicode character 𨼯?

The Unicode character 𨼯 U+28F2F 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+28F2F.

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!