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

What is Unicode character 𨵶?

The Unicode character 𨵶 U+28D76 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+28D76.

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!