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

What is Unicode character 𧹃?

The Unicode character 𧹃 U+27E43 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+27E43.

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!