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

What is Unicode character 𢁯?

The Unicode character 𢁯 U+2206F 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+2206F.

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!