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>&#141390;</p>
📋
CSS .selector { content: '\2284E' };
📋
JS var unicodeA = '\u2284E ';
📋
CPP char unicodeA = ' \u2284E ';
📋
Java char unicodeA = '\u2284E';
📋
Python unicodeA = '\u2284E'
📋

What is Unicode character 𢡎?

The Unicode character 𢡎 U+2284E 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+2284E.

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!