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

What is Unicode character 𦿎?

The Unicode character 𦿎 U+26FCE 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+26FCE.

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!