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

What is Unicode character 𨁶?

The Unicode character 𨁶 U+28076 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+28076.

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!