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

What is Unicode character 𣎷?

The Unicode character 𣎷 U+233B7 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+233B7.

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!