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

What is Unicode character 𠟓?

The Unicode character 𠟓 U+207D3 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+207D3.

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!