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

What is Unicode character 𦇾?

The Unicode character 𦇾 U+261FE 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+261FE.

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!