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

What is Unicode character 𢧧?

The Unicode character 𢧧 U+229E7 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+229E7.

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!