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

What is Unicode character 𧾦?

The Unicode character 𧾦 U+27FA6 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+27FA6.

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!