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

What is Unicode character 𧵖?

The Unicode character 𧵖 U+27D56 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+27D56.

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!