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

What is Unicode character 𣔕?

The Unicode character 𣔕 U+23515 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+23515.

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!