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

What is Unicode character 𢯱?

The Unicode character 𢯱 U+22BF1 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+22BF1.

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!