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

What is Unicode character 𢧲?

The Unicode character 𢧲 U+229F2 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+229F2.

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!