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

What is Unicode character 𢢟?

The Unicode character 𢢟 U+2289F 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+2289F.

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!