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

What is Unicode character 𢧾?

The Unicode character 𢧾 U+229FE 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+229FE.

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!