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

What is Unicode character 𣎧?

The Unicode character 𣎧 U+233A7 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+233A7.

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!