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

What is Unicode character 𠟰?

The Unicode character 𠟰 U+207F0 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+207F0.

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!