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

What is Unicode character 𣢙?

The Unicode character 𣢙 U+23899 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+23899.

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!