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

What is Unicode character 𨁵?

The Unicode character 𨁵 U+28075 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+28075.

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!