Unicode Finder

"ᣳ" U+18F3(CANADIAN SYLLABICS BEAVER DENE L)

U+18F3
Nazwa Bloku
Unified Canadian Aboriginal Syllabics Extended
Nazwa
CANADIAN SYLLABICS BEAVER DENE L

Programming

C
\u18F3
JavaScript
\u18F3
Java
\u18F3
Json
\u18F3
Python
\u18F3
Perl
\x{18F3}
PHP
\x{18F3}
Ruby
\u{18F3}
Rust
\u{18F3}
Go
\u18F3

Web

CSS
\0018F3
HtmlDecimal
ᣳ
HtmlHexadecimal
ᣳ
Url
%E1%A3%B3

Code

MD5
446aa52d354bda6c077d006411d144f2
Sha1
09bd404e31e9098c92158666f88a05d3eedb48a8
Base64
4aOz

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u18F3';
console.log(char);  // Output: ᣳ

Java:

char c = '\u18F3';
System.out.println(c);  // Output: ᣳ

JSON:

{"text": "\u18F3"}  // Value: ᣳ

Python:

char = '\u18F3'
print(char)  # Output: ᣳ

Perl:

my $char = "\x{18F3}";
print $char;  # Output: ᣳ

PHP:

$char = "\x{18F3}";
echo $char;  // Output: ᣳ

Ruby:

char = "\u{18F3}"
puts char  # Output: ᣳ

Rust:

let c = '\u{18F3}';
println!("{}", c);  // Output: ᣳ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0018F3";  /* Display: ᣳ */
}

HTML Decimal:

<p>HTML decimal: &#6387;</p>  <!-- Display: ᣳ -->

HTML Hexadecimal:

<p>HTML hex: &#x18F3;</p>  <!-- Display: ᣳ -->

URL Encoding:

// ᣳ URL encoding
https://unicodefinder.com/search.php?query=%E1%A3%B3

Encodings

MD5:

446aa52d354bda6c077d006411d144f2

SHA1:

09bd404e31e9098c92158666f88a05d3eedb48a8

Base64:

4aOz