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>&#159724;</p>
📋
CSS .selector { content: '\26FEC' };
📋
JS var unicodeA = '\u26FEC ';
📋
CPP char unicodeA = ' \u26FEC ';
📋
Java char unicodeA = '\u26FEC';
📋
Python unicodeA = '\u26FEC'
📋

What is Unicode character 𦿬?

The Unicode character 𦿬 U+26FEC 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+26FEC.

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!