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>&#199069;</p>
📋
CSS .selector { content: '\3099D' };
📋
JS var unicodeA = '\u3099D ';
📋
CPP char unicodeA = ' \u3099D ';
📋
Java char unicodeA = '\u3099D';
📋
Python unicodeA = '\u3099D'
📋

What is Unicode character 𰦝?

The Unicode character 𰦝 U+3099D 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+3099D.

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!