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

What is Unicode character 𣎊?

The Unicode character 𣎊 U+2338A 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+2338A.

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!