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

What is Unicode character 𦃫?

The Unicode character 𦃫 U+260EB 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+260EB.

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!