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

What is Unicode character 𢼝?

The Unicode character 𢼝 U+22F1D 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+22F1D.

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!