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

What is Unicode character 𣦑?

The Unicode character 𣦑 U+23991 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+23991.

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!