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

What is Unicode character 𣢉?

The Unicode character 𣢉 U+23889 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+23889.

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!