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

What is Unicode character 𢮍?

The Unicode character 𢮍 U+22B8D 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+22B8D.

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!