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

What is Unicode character 𢧼?

The Unicode character 𢧼 U+229FC 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+229FC.

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!