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

What is Unicode character 𣢟?

The Unicode character 𣢟 U+2389F 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+2389F.

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!