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>&#145837;</p>
📋
CSS .selector { content: '\239AD' };
📋
JS var unicodeA = '\u239AD ';
📋
CPP char unicodeA = ' \u239AD ';
📋
Java char unicodeA = '\u239AD';
📋
Python unicodeA = '\u239AD'
📋

What is Unicode character 𣦭?

The Unicode character 𣦭 U+239AD 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+239AD.

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!