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

What is Unicode character 𣔗?

The Unicode character 𣔗 U+23517 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+23517.

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!