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

What is Unicode character 𦵈?

The Unicode character 𦵈 U+26D48 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+26D48.

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!