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

What is Unicode character 𢿨?

The Unicode character 𢿨 U+22FE8 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+22FE8.

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!