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

What is Unicode character 𧍃?

The Unicode character 𧍃 U+27343 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+27343.

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!