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

What is Unicode character 𣎥?

The Unicode character 𣎥 U+233A5 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+233A5.

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!