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

What is Unicode character 𰉹?

The Unicode character 𰉹 U+30279 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+30279.

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!