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>&#144808;</p>
📋
CSS .selector { content: '\235A8' };
📋
JS var unicodeA = '\u235A8 ';
📋
CPP char unicodeA = ' \u235A8 ';
📋
Java char unicodeA = '\u235A8';
📋
Python unicodeA = '\u235A8'
📋

What is Unicode character 𣖨?

The Unicode character 𣖨 U+235A8 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+235A8.

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!