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

What is Unicode character 𨼀?

The Unicode character 𨼀 U+28F00 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+28F00.

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!