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>&#141423;</p>
📋
CSS .selector { content: '\2286F' };
📋
JS var unicodeA = '\u2286F ';
📋
CPP char unicodeA = ' \u2286F ';
📋
Java char unicodeA = '\u2286F';
📋
Python unicodeA = '\u2286F'
📋

What is Unicode character 𢡯?

The Unicode character 𢡯 U+2286F 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+2286F.

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!