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

What is Unicode character 𧀦?

The Unicode character 𧀦 U+27026 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+27026.

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!