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

What is Unicode character 𨹵?

The Unicode character 𨹵 U+28E75 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+28E75.

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!