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>&#144271;</p>
📋
CSS .selector { content: '\2338F' };
📋
JS var unicodeA = '\u2338F ';
📋
CPP char unicodeA = ' \u2338F ';
📋
Java char unicodeA = '\u2338F';
📋
Python unicodeA = '\u2338F'
📋

What is Unicode character 𣎏?

The Unicode character 𣎏 U+2338F 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+2338F.

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!