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

What is Unicode character 𦼚?

The Unicode character 𦼚 U+26F1A 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+26F1A.

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!