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

What is Unicode character 𢅯?

The Unicode character 𢅯 U+2216F 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+2216F.

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!