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

What is Unicode character 𣹲?

The Unicode character 𣹲 U+23E72 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+23E72.

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!