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

What is Unicode character 𢕃?

The Unicode character 𢕃 U+22543 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+22543.

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!