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

What is Unicode character 𦁅?

The Unicode character 𦁅 U+26045 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+26045.

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!