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

What is Unicode character 𧵺?

The Unicode character 𧵺 U+27D7A 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+27D7A.

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!