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

What is Unicode character 𢢞?

The Unicode character 𢢞 U+2289E 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+2289E.

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!