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

What is Unicode character 𢎌?

The Unicode character 𢎌 U+2238C 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+2238C.

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!