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

What is Unicode character 𨙶?

The Unicode character 𨙶 U+28676 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+28676.

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!