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

What is Unicode character 𣹑?

The Unicode character 𣹑 U+23E51 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+23E51.

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!