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

What is Unicode character 𣦙?

The Unicode character 𣦙 U+23999 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+23999.

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!