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

What is Unicode character 𣢚?

The Unicode character 𣢚 U+2389A 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+2389A.

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!