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

What is Unicode character 𢎏?

The Unicode character 𢎏 U+2238F 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+2238F.

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!