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

What is Unicode character 𣔊?

The Unicode character 𣔊 U+2350A 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+2350A.

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!