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

What is Unicode character 𨱵?

The Unicode character 𨱵 U+28C75 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+28C75.

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!