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

What is Unicode character 𢡌?

The Unicode character 𢡌 U+2284C 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+2284C.

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!