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

What is Unicode character 𢧺?

The Unicode character 𢧺 U+229FA 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+229FA.

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!