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

What is Unicode character 𢍹?

The Unicode character 𢍹 U+22379 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22379.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!