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

What is Unicode character 𧾬?

The Unicode character 𧾬 U+27FAC 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+27FAC.

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!