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

What is Unicode character 𢢊?

The Unicode character 𢢊 U+2288A 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+2288A.

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!