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

What is Unicode character 𢐯?

The Unicode character 𢐯 U+2242F 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+2242F.

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!