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

What is Unicode character 𧕀?

The Unicode character 𧕀 U+27540 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+27540.

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!