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

What is Unicode character 𦐡?

The Unicode character 𦐡 U+26421 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+26421.

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!