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

What is Unicode character 𣺔?

The Unicode character 𣺔 U+23E94 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+23E94.

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!