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

What is Unicode character 𣢐?

The Unicode character 𣢐 U+23890 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+23890.

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!