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>&#141722;</p>
📋
CSS .selector { content: '\2299A' };
📋
JS var unicodeA = '\u2299A ';
📋
CPP char unicodeA = ' \u2299A ';
📋
Java char unicodeA = '\u2299A';
📋
Python unicodeA = '\u2299A'
📋

What is Unicode character 𢦚?

The Unicode character 𢦚 U+2299A 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+2299A.

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!