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

What is Unicode character 𰵩?

The Unicode character 𰵩 U+30D69 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+30D69.

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!