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>&#135383;</p>
📋
CSS .selector { content: '\210D7' };
📋
JS var unicodeA = '\u210D7 ';
📋
CPP char unicodeA = ' \u210D7 ';
📋
Java char unicodeA = '\u210D7';
📋
Python unicodeA = '\u210D7'
📋

What is Unicode character 𡃗?

The Unicode character 𡃗 U+210D7 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+210D7.

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!