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

What is Unicode character 𠟖?

The Unicode character 𠟖 U+207D6 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+207D6.

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!