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

What is Unicode character 𢍭?

The Unicode character 𢍭 U+2236D 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+2236D.

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!