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

What is Unicode character 𢬞?

The Unicode character 𢬞 U+22B1E 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+22B1E.

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!