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

What is Unicode character 𢡏?

The Unicode character 𢡏 U+2284F 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+2284F.

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!