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

What is Unicode character 𨱨?

The Unicode character 𨱨 U+28C68 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+28C68.

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!