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

What is Unicode character 𦐤?

The Unicode character 𦐤 U+26424 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+26424.

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!