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

What is Unicode character 𦼝?

The Unicode character 𦼝 U+26F1D 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+26F1D.

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!