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

What is Unicode character 𧕃?

The Unicode character 𧕃 U+27543 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+27543.

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!