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

What is Unicode character 𢡼?

The Unicode character 𢡼 U+2287C 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+2287C.

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!