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

What is Unicode character 𧀹?

The Unicode character 𧀹 U+27039 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+27039.

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!