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

What is Unicode character 𦇼?

The Unicode character 𦇼 U+261FC 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+261FC.

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!