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

What is Unicode character 𣢝?

The Unicode character 𣢝 U+2389D 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+2389D.

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!