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

What is Unicode character 𢡾?

The Unicode character 𢡾 U+2287E 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+2287E.

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!