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

What is Unicode character 𢼚?

The Unicode character 𢼚 U+22F1A 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+22F1A.

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!