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

What is Unicode character 𧾎?

The Unicode character 𧾎 U+27F8E 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+27F8E.

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!