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

What is Unicode character 𦡅?

The Unicode character 𦡅 U+26845 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+26845.

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!