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

What is Unicode character 𢧗?

The Unicode character 𢧗 U+229D7 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+229D7.

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!