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

What is Unicode character 𰝩?

The Unicode character 𰝩 U+30769 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+30769.

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!