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>&#159996;</p>
📋
CSS .selector { content: '\270FC' };
📋
JS var unicodeA = '\u270FC ';
📋
CPP char unicodeA = ' \u270FC ';
📋
Java char unicodeA = '\u270FC';
📋
Python unicodeA = '\u270FC'
📋

What is Unicode character 𧃼?

The Unicode character 𧃼 U+270FC 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+270FC.

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!