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

What is Unicode character 𢕨?

The Unicode character 𢕨 U+22568 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+22568.

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!