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

What is Unicode character 𢌯?

The Unicode character 𢌯 U+2232F 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+2232F.

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!