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>&#140776;</p>
📋
CSS .selector { content: '\225E8' };
📋
JS var unicodeA = '\u225E8 ';
📋
CPP char unicodeA = ' \u225E8 ';
📋
Java char unicodeA = '\u225E8';
📋
Python unicodeA = '\u225E8'
📋

What is Unicode character 𢗨?

The Unicode character 𢗨 U+225E8 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+225E8.

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!