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

What is Unicode character 𢮨?

The Unicode character 𢮨 U+22BA8 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+22BA8.

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!