Unicode Finder

"ᛴ" U+16F4(RUNIC LETTER FRANKS CASKET OS)

U+16F4
区块名称
Runic
名称
RUNIC LETTER FRANKS CASKET OS

Programming

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

Web

CSS
\0016F4
HtmlDecimal
ᛴ
HtmlHexadecimal
ᛴ
Url
%E1%9B%B4

Code

MD5
e025fee30930de848f2464e1c825e32e
Sha1
3c955c50f4961a037e90b925cfaca825bfdc6010
Base64
4Zu0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u16F4';
console.log(char);  // Output: ᛴ

Java:

char c = '\u16F4';
System.out.println(c);  // Output: ᛴ

JSON:

{"text": "\u16F4"}  // Value: ᛴ

Python:

char = '\u16F4'
print(char)  # Output: ᛴ

Perl:

my $char = "\x{16F4}";
print $char;  # Output: ᛴ

PHP:

$char = "\x{16F4}";
echo $char;  // Output: ᛴ

Ruby:

char = "\u{16F4}"
puts char  # Output: ᛴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#5876;</p>  <!-- Display: ᛴ -->

HTML Hexadecimal:

<p>HTML hex: &#x16F4;</p>  <!-- Display: ᛴ -->

URL Encoding:

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

Encodings

MD5:

e025fee30930de848f2464e1c825e32e

SHA1:

3c955c50f4961a037e90b925cfaca825bfdc6010

Base64:

4Zu0