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

What is Unicode character 𦼓?

The Unicode character 𦼓 U+26F13 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+26F13.

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!