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

What is Unicode character 𢼛?

The Unicode character 𢼛 U+22F1B 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+22F1B.

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!