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

What is Unicode character 𢴟?

The Unicode character 𢴟 U+22D1F 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+22D1F.

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!