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

What is Unicode character 𢦧?

The Unicode character 𢦧 U+229A7 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+229A7.

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!