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

What is Unicode character 𧾟?

The Unicode character 𧾟 U+27F9F 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+27F9F.

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!