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

What is Unicode character 𣎉?

The Unicode character 𣎉 U+23389 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+23389.

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!