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

What is Unicode character 𧀓?

The Unicode character 𧀓 U+27013 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+27013.

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!