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

What is Unicode character 𧵶?

The Unicode character 𧵶 U+27D76 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+27D76.

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!