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

What is Unicode character 𣺑?

The Unicode character 𣺑 U+23E91 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+23E91.

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!