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

What is Unicode character 𧵼?

The Unicode character 𧵼 U+27D7C 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+27D7C.

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!