Unicode Finder

"᛬" U+16EC(RUNIC MULTIPLE PUNCTUATION)

U+16EC
Nama Blok
Runic
Nama
RUNIC MULTIPLE PUNCTUATION

Programming

C
\u16EC
JavaScript
\u16EC
Java
\u16EC
Json
\u16EC
Python
\u16EC
Perl
\x{16EC}
PHP
\x{16EC}
Ruby
\u{16EC}
Rust
\u{16EC}
Go
\u16EC

Web

CSS
\0016EC
HtmlDecimal
᛬
HtmlHexadecimal
᛬
Url
%E1%9B%AC

Code

MD5
c5ee2ce964afc29165a154c9efb9eae8
Sha1
8dfd04964f76b135d09ee44db4f610205c9aa519
Base64
4Zus

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u16EC';
console.log(char);  // Output: ᛬

Java:

char c = '\u16EC';
System.out.println(c);  // Output: ᛬

JSON:

{"text": "\u16EC"}  // Value: ᛬

Python:

char = '\u16EC'
print(char)  # Output: ᛬

Perl:

my $char = "\x{16EC}";
print $char;  # Output: ᛬

PHP:

$char = "\x{16EC}";
echo $char;  // Output: ᛬

Ruby:

char = "\u{16EC}"
puts char  # Output: ᛬

Rust:

let c = '\u{16EC}';
println!("{}", c);  // Output: ᛬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0016EC";  /* Display: ᛬ */
}

HTML Decimal:

<p>HTML decimal: &#5868;</p>  <!-- Display: ᛬ -->

HTML Hexadecimal:

<p>HTML hex: &#x16EC;</p>  <!-- Display: ᛬ -->

URL Encoding:

// ᛬ URL encoding
https://unicodefinder.com/search.php?query=%E1%9B%AC

Encodings

MD5:

c5ee2ce964afc29165a154c9efb9eae8

SHA1:

8dfd04964f76b135d09ee44db4f610205c9aa519

Base64:

4Zus