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

What is Unicode character 𧹬?

The Unicode character 𧹬 U+27E6C 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+27E6C.

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!