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

What is Unicode character 𢦢?

The Unicode character 𢦢 U+229A2 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+229A2.

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!