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

What is Unicode character 𣀕?

The Unicode character 𣀕 U+23015 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+23015.

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!