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>&#141452;</p>
📋
CSS .selector { content: '\2288C' };
📋
JS var unicodeA = '\u2288C ';
📋
CPP char unicodeA = ' \u2288C ';
📋
Java char unicodeA = '\u2288C';
📋
Python unicodeA = '\u2288C'
📋

What is Unicode character 𢢌?

The Unicode character 𢢌 U+2288C 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+2288C.

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!