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

What is Unicode character 𢬜?

The Unicode character 𢬜 U+22B1C 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+22B1C.

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!