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

What is Unicode character 𦌰?

The Unicode character 𦌰 U+26330 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+26330.

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!