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

What is Unicode character 𨕨?

The Unicode character 𨕨 U+28568 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+28568.

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!