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

What is Unicode character 𣏦?

The Unicode character 𣏦 U+233E6 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+233E6.

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!