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

What is Unicode character 𣎵?

The Unicode character 𣎵 U+233B5 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+233B5.

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!