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

What is Unicode character 𢡪?

The Unicode character 𢡪 U+2286A 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+2286A.

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!