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

What is Unicode character 𢡻?

The Unicode character 𢡻 U+2287B 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+2287B.

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!