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

What is Unicode character 𢲍?

The Unicode character 𢲍 U+22C8D 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+22C8D.

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!