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

What is Unicode character 𢶌?

The Unicode character 𢶌 U+22D8C 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+22D8C.

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!