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

What is Unicode character 𦹈?

The Unicode character 𦹈 U+26E48 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+26E48.

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!