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

What is Unicode character 𦴰?

The Unicode character 𦴰 U+26D30 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+26D30.

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!