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

What is Unicode character 𢧦?

The Unicode character 𢧦 U+229E6 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+229E6.

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!