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

What is Unicode character 𢢍?

The Unicode character 𢢍 U+2288D 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+2288D.

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!