Unicode Finder

"ᙷ" U+1677(CANADIAN SYLLABICS WOODS-CREE THWEE)

U+1677
Název Bloku
Unified Canadian Aboriginal Syllabics
Název
CANADIAN SYLLABICS WOODS-CREE THWEE

Programming

C
\u1677
JavaScript
\u1677
Java
\u1677
Json
\u1677
Python
\u1677
Perl
\x{1677}
PHP
\x{1677}
Ruby
\u{1677}
Rust
\u{1677}
Go
\u1677

Web

CSS
\001677
HtmlDecimal
ᙷ
HtmlHexadecimal
ᙷ
Url
%E1%99%B7

Code

MD5
dd8edff29d8ad933a761951adef6d73a
Sha1
36698baeaf6e9c5f201a02efdcbc180eadb7da69
Base64
4Zm3

Příklady Použití

Programming Languages

C:

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

JavaScript:

const char = '\u1677';
console.log(char);  // Output: ᙷ

Java:

char c = '\u1677';
System.out.println(c);  // Output: ᙷ

JSON:

{"text": "\u1677"}  // Value: ᙷ

Python:

char = '\u1677'
print(char)  # Output: ᙷ

Perl:

my $char = "\x{1677}";
print $char;  # Output: ᙷ

PHP:

$char = "\x{1677}";
echo $char;  // Output: ᙷ

Ruby:

char = "\u{1677}"
puts char  # Output: ᙷ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001677";  /* Display: ᙷ */
}

HTML Decimal:

<p>HTML decimal: &#5751;</p>  <!-- Display: ᙷ -->

HTML Hexadecimal:

<p>HTML hex: &#x1677;</p>  <!-- Display: ᙷ -->

URL Encoding:

// ᙷ URL encoding
https://unicodefinder.com/search.php?query=%E1%99%B7

Encodings

MD5:

dd8edff29d8ad933a761951adef6d73a

SHA1:

36698baeaf6e9c5f201a02efdcbc180eadb7da69

Base64:

4Zm3