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

What is Unicode character 𰅡?

The Unicode character 𰅡 U+30161 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+30161.

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!