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

What is Unicode character 𦌡?

The Unicode character 𦌡 U+26321 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+26321.

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!