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

What is Unicode character 𦿍?

The Unicode character 𦿍 U+26FCD 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+26FCD.

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!