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

What is Unicode character 𦃯?

The Unicode character 𦃯 U+260EF 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+260EF.

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!