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

What is Unicode character 𣹔?

The Unicode character 𣹔 U+23E54 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+23E54.

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!