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

What is Unicode character 𰍩?

The Unicode character 𰍩 U+30369 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+30369.

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!