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

What is Unicode character 𧍀?

The Unicode character 𧍀 U+27340 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+27340.

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!