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

What is Unicode character 𢡬?

The Unicode character 𢡬 U+2286C 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+2286C.

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!