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

What is Unicode character 𢎍?

The Unicode character 𢎍 U+2238D 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+2238D.

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!