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

What is Unicode character 𢰛?

The Unicode character 𢰛 U+22C1B 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+22C1B.

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!