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>&#198811;</p>
📋
CSS .selector { content: '\3089B' };
📋
JS var unicodeA = '\u3089B ';
📋
CPP char unicodeA = ' \u3089B ';
📋
Java char unicodeA = '\u3089B';
📋
Python unicodeA = '\u3089B'
📋

What is Unicode character 𰢛?

The Unicode character 𰢛 U+3089B is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3089B.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!