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

What is Unicode character 𣹎?

The Unicode character 𣹎 U+23E4E 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+23E4E.

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!