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

What is Unicode character 𣀓?

The Unicode character 𣀓 U+23013 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+23013.

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!