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

What is Unicode character 𢡭?

The Unicode character 𢡭 U+2286D 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+2286D.

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!