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

What is Unicode character 𢳨?

The Unicode character 𢳨 U+22CE8 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+22CE8.

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!