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

What is Unicode character 𣹖?

The Unicode character 𣹖 U+23E56 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+23E56.

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!