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

What is Unicode character 𢍯?

The Unicode character 𢍯 U+2236F 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+2236F.

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!