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

What is Unicode character 𧔶?

The Unicode character 𧔶 U+27536 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+27536.

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!