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

What is Unicode character 𦵉?

The Unicode character 𦵉 U+26D49 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+26D49.

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!