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

What is Unicode character 𧺶?

The Unicode character 𧺶 U+27EB6 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+27EB6.

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!