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

What is Unicode character 𧨶?

The Unicode character 𧨶 U+27A36 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+27A36.

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!