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

What is Unicode character 𦌅?

The Unicode character 𦌅 U+26305 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+26305.

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!