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

What is Unicode character 𰃗?

The Unicode character 𰃗 U+300D7 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+300D7.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!