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

What is Unicode character 𣕀?

The Unicode character 𣕀 U+23540 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+23540.

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!