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

What is Unicode character 𧀔?

The Unicode character 𧀔 U+27014 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+27014.

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!