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

What is Unicode character 𧵬?

The Unicode character 𧵬 U+27D6C 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+27D6C.

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!