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

What is Unicode character 𣖑?

The Unicode character 𣖑 U+23591 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+23591.

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!