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

What is Unicode character 𢡫?

The Unicode character 𢡫 U+2286B 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+2286B.

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!