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>&#145598;</p>
📋
CSS .selector { content: '\238BE' };
📋
JS var unicodeA = '\u238BE ';
📋
CPP char unicodeA = ' \u238BE ';
📋
Java char unicodeA = '\u238BE';
📋
Python unicodeA = '\u238BE'
📋

What is Unicode character 𣢾?

The Unicode character 𣢾 U+238BE 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+238BE.

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!