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

What is Unicode character 𧬶?

The Unicode character 𧬶 U+27B36 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+27B36.

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!