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

What is Unicode character 𣔓?

The Unicode character 𣔓 U+23513 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+23513.

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!