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

What is Unicode character 𤗨?

The Unicode character 𤗨 U+245E8 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+245E8.

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!