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

What is Unicode character 𧭬?

The Unicode character 𧭬 U+27B6C 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+27B6C.

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!