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

What is Unicode character 𢡺?

The Unicode character 𢡺 U+2287A 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+2287A.

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!