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

What is Unicode character 𧖃?

The Unicode character 𧖃 U+27583 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+27583.

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!