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

What is Unicode character 𣎶?

The Unicode character 𣎶 U+233B6 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+233B6.

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!