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: ᛴ
CSS:
/* CSS content property */
.element::before {
content: "\0016F4"; /* Display: ᛴ */
}
HTML Decimal:
<p>HTML decimal: ᛴ</p> <!-- Display: ᛴ -->
HTML Hexadecimal:
<p>HTML hex: ᛴ</p> <!-- Display: ᛴ -->
URL Encoding:
// ᛴ URL encoding
https://unicodefinder.com/search.php?query=%E1%9B%B4
MD5:
e025fee30930de848f2464e1c825e32e
SHA1:
3c955c50f4961a037e90b925cfaca825bfdc6010
Base64:
4Zu0