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

What is Unicode character 𨱟?

The Unicode character 𨱟 U+28C5F 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+28C5F.

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!