Unicode Finder

"ᓼ" U+14FC(CANADIAN SYLLABICS SWO)

U+14FC
Nume Bloc
Unified Canadian Aboriginal Syllabics
Nume
CANADIAN SYLLABICS SWO

Programming

C
\u14FC
JavaScript
\u14FC
Java
\u14FC
Json
\u14FC
Python
\u14FC
Perl
\x{14FC}
PHP
\x{14FC}
Ruby
\u{14FC}
Rust
\u{14FC}
Go
\u14FC

Web

CSS
\0014FC
HtmlDecimal
ᓼ
HtmlHexadecimal
ᓼ
Url
%E1%93%BC

Code

MD5
96a85a6dc280064f54090cbb4abd0f08
Sha1
b7e73b9925bd8d795a4b22aa995e1bdb1859ae3b
Base64
4ZO8

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u14FC';
console.log(char);  // Output: ᓼ

Java:

char c = '\u14FC';
System.out.println(c);  // Output: ᓼ

JSON:

{"text": "\u14FC"}  // Value: ᓼ

Python:

char = '\u14FC'
print(char)  # Output: ᓼ

Perl:

my $char = "\x{14FC}";
print $char;  # Output: ᓼ

PHP:

$char = "\x{14FC}";
echo $char;  // Output: ᓼ

Ruby:

char = "\u{14FC}"
puts char  # Output: ᓼ

Rust:

let c = '\u{14FC}';
println!("{}", c);  // Output: ᓼ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0014FC";  /* Display: ᓼ */
}

HTML Decimal:

<p>HTML decimal: &#5372;</p>  <!-- Display: ᓼ -->

HTML Hexadecimal:

<p>HTML hex: &#x14FC;</p>  <!-- Display: ᓼ -->

URL Encoding:

// ᓼ URL encoding
https://unicodefinder.com/search.php?query=%E1%93%BC

Encodings

MD5:

96a85a6dc280064f54090cbb4abd0f08

SHA1:

b7e73b9925bd8d795a4b22aa995e1bdb1859ae3b

Base64:

4ZO8