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

What is Unicode character 𠟃?

The Unicode character 𠟃 U+207C3 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+207C3.

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!