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

What is Unicode character 𣹍?

The Unicode character 𣹍 U+23E4D 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+23E4D.

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!