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

What is Unicode character 𧾍?

The Unicode character 𧾍 U+27F8D 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+27F8D.

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!