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

What is Unicode character 𦵏?

The Unicode character 𦵏 U+26D4F 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+26D4F.

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!