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

What is Unicode character 𧍁?

The Unicode character 𧍁 U+27341 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+27341.

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!