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

What is Unicode character 𣺓?

The Unicode character 𣺓 U+23E93 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+23E93.

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!