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

What is Unicode character 𣦉?

The Unicode character 𣦉 U+23989 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+23989.

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!