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

What is Unicode character 𠟨?

The Unicode character 𠟨 U+207E8 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+207E8.

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!