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

What is Unicode character 𧵾?

The Unicode character 𧵾 U+27D7E 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+27D7E.

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!