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

What is Unicode character 𣹐?

The Unicode character 𣹐 U+23E50 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+23E50.

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!