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>&#140333;</p>
📋
CSS .selector { content: '\2242D' };
📋
JS var unicodeA = '\u2242D ';
📋
CPP char unicodeA = ' \u2242D ';
📋
Java char unicodeA = '\u2242D';
📋
Python unicodeA = '\u2242D'
📋

What is Unicode character 𢐭?

The Unicode character 𢐭 U+2242D 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+2242D.

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!