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

What is Unicode character 𦫔?

The Unicode character 𦫔 U+26AD4 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+26AD4.

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!