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

What is Unicode character 𣢗?

The Unicode character 𣢗 U+23897 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+23897.

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!