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

What is Unicode character 𨼏?

The Unicode character 𨼏 U+28F0F 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+28F0F.

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!