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

What is Unicode character 𦼅?

The Unicode character 𦼅 U+26F05 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+26F05.

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!