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

What is Unicode character 𰦛?

The Unicode character 𰦛 U+3099B 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+3099B.

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!