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

What is Unicode character 𣎸?

The Unicode character 𣎸 U+233B8 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+233B8.

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!