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

What is Unicode character 𣔑?

The Unicode character 𣔑 U+23511 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+23511.

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!