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

What is Unicode character 𢬟?

The Unicode character 𢬟 U+22B1F 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+22B1F.

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!