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

What is Unicode character 𠟕?

The Unicode character 𠟕 U+207D5 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+207D5.

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!