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

What is Unicode character 𦵊?

The Unicode character 𦵊 U+26D4A 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+26D4A.

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!