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

What is Unicode character 𢢎?

The Unicode character 𢢎 U+2288E 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+2288E.

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!