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

What is Unicode character 𣹏?

The Unicode character 𣹏 U+23E4F 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+23E4F.

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!