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

What is Unicode character 𢥀?

The Unicode character 𢥀 U+22940 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+22940.

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!