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

What is Unicode character 𦕅?

The Unicode character 𦕅 U+26545 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+26545.

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!