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

What is Unicode character 𨭵?

The Unicode character 𨭵 U+28B75 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+28B75.

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!