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

What is Unicode character 𦼗?

The Unicode character 𦼗 U+26F17 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+26F17.

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!