Unicode Finder

"ᘖ" U+1616(CANADIAN SYLLABICS CARRIER JO)

U+1616
Nazwa Bloku
Unified Canadian Aboriginal Syllabics
Nazwa
CANADIAN SYLLABICS CARRIER JO

Programming

C
\u1616
JavaScript
\u1616
Java
\u1616
Json
\u1616
Python
\u1616
Perl
\x{1616}
PHP
\x{1616}
Ruby
\u{1616}
Rust
\u{1616}
Go
\u1616

Web

CSS
\001616
HtmlDecimal
ᘖ
HtmlHexadecimal
ᘖ
Url
%E1%98%96

Code

MD5
7ae79e3ba207ff9d912d0c66fe0a6575
Sha1
1d94f791353f5417e259dacbbdb96e352198a8ee
Base64
4ZiW

Przykłady Użycia

Programming Languages

C:

char c = '\u1616';
printf("%c\n", c);  // Output: ᘖ

JavaScript:

const char = '\u1616';
console.log(char);  // Output: ᘖ

Java:

char c = '\u1616';
System.out.println(c);  // Output: ᘖ

JSON:

{"text": "\u1616"}  // Value: ᘖ

Python:

char = '\u1616'
print(char)  # Output: ᘖ

Perl:

my $char = "\x{1616}";
print $char;  # Output: ᘖ

PHP:

$char = "\x{1616}";
echo $char;  // Output: ᘖ

Ruby:

char = "\u{1616}"
puts char  # Output: ᘖ

Rust:

let c = '\u{1616}';
println!("{}", c);  // Output: ᘖ

Go:

char := '\u1616'
fmt.Printf("%c\n", char)  // Output: ᘖ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001616";  /* Display: ᘖ */
}

HTML Decimal:

<p>HTML decimal: &#5654;</p>  <!-- Display: ᘖ -->

HTML Hexadecimal:

<p>HTML hex: &#x1616;</p>  <!-- Display: ᘖ -->

URL Encoding:

// ᘖ URL encoding
https://unicodefinder.com/search.php?query=%E1%98%96

Encodings

MD5:

7ae79e3ba207ff9d912d0c66fe0a6575

SHA1:

1d94f791353f5417e259dacbbdb96e352198a8ee

Base64:

4ZiW