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

What is Unicode character 𦃾?

The Unicode character 𦃾 U+260FE 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+260FE.

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!