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

What is Unicode character 𣏨?

The Unicode character 𣏨 U+233E8 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+233E8.

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!