Unicode Finder

"ᘔ" U+1614(CANADIAN SYLLABICS CARRIER JU)

U+1614
Nome do Bloco
Unified Canadian Aboriginal Syllabics
Nome
CANADIAN SYLLABICS CARRIER JU

Programming

C
\u1614
JavaScript
\u1614
Java
\u1614
Json
\u1614
Python
\u1614
Perl
\x{1614}
PHP
\x{1614}
Ruby
\u{1614}
Rust
\u{1614}
Go
\u1614

Web

CSS
\001614
HtmlDecimal
ᘔ
HtmlHexadecimal
ᘔ
Url
%E1%98%94

Code

MD5
b041b20f34dd4b04089f95846269deee
Sha1
73fea1a4273cf28376ded4e7ecfe2b6805ce04cb
Base64
4ZiU

Exemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u1614';
console.log(char);  // Output: ᘔ

Java:

char c = '\u1614';
System.out.println(c);  // Output: ᘔ

JSON:

{"text": "\u1614"}  // Value: ᘔ

Python:

char = '\u1614'
print(char)  # Output: ᘔ

Perl:

my $char = "\x{1614}";
print $char;  # Output: ᘔ

PHP:

$char = "\x{1614}";
echo $char;  // Output: ᘔ

Ruby:

char = "\u{1614}"
puts char  # Output: ᘔ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001614";  /* Display: ᘔ */
}

HTML Decimal:

<p>HTML decimal: &#5652;</p>  <!-- Display: ᘔ -->

HTML Hexadecimal:

<p>HTML hex: &#x1614;</p>  <!-- Display: ᘔ -->

URL Encoding:

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

Encodings

MD5:

b041b20f34dd4b04089f95846269deee

SHA1:

73fea1a4273cf28376ded4e7ecfe2b6805ce04cb

Base64:

4ZiU