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

What is Unicode character 𢺸?

The Unicode character 𢺸 U+22EB8 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+22EB8.

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!