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

What is Unicode character 𢢚?

The Unicode character 𢢚 U+2289A 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+2289A.

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!