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

What is Unicode character 𦕉?

The Unicode character 𦕉 U+26549 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+26549.

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!