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

What is Unicode character 𣢺?

The Unicode character 𣢺 U+238BA 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+238BA.

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!