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

What is Unicode character 𠟍?

The Unicode character 𠟍 U+207CD 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+207CD.

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!