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

What is Unicode character 𧰦?

The Unicode character 𧰦 U+27C26 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+27C26.

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!