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>&#133094;</p>
📋
CSS .selector { content: '\207E6' };
📋
JS var unicodeA = '\u207E6 ';
📋
CPP char unicodeA = ' \u207E6 ';
📋
Java char unicodeA = '\u207E6';
📋
Python unicodeA = '\u207E6'
📋

What is Unicode character 𠟦?

The Unicode character 𠟦 U+207E6 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+207E6.

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!