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

What is Unicode character 𦿕?

The Unicode character 𦿕 U+26FD5 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+26FD5.

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!