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

What is Unicode character 𧀕?

The Unicode character 𧀕 U+27015 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+27015.

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!