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

What is Unicode character 𣔀?

The Unicode character 𣔀 U+23500 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+23500.

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!