C:
char c = '\u167C';
printf("%c\n", c); // Output: ᙼ
JavaScript:
const char = '\u167C';
console.log(char); // Output: ᙼ
Java:
char c = '\u167C';
System.out.println(c); // Output: ᙼ
JSON:
{"text": "\u167C"} // Value: ᙼ
Python:
char = '\u167C'
print(char) # Output: ᙼ
Perl:
my $char = "\x{167C}";
print $char; # Output: ᙼ
PHP:
$char = "\x{167C}";
echo $char; // Output: ᙼ
Ruby:
char = "\u{167C}"
puts char # Output: ᙼ
Rust:
let c = '\u{167C}';
println!("{}", c); // Output: ᙼ
Go:
char := '\u167C'
fmt.Printf("%c\n", char) // Output: ᙼ
CSS:
/* CSS content property */
.element::before {
content: "\00167C"; /* 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%99%BC
MD5:
0dc566a09e8e1a77ed90815f15e78834
SHA1:
8a1d1e7c34b6160d8b2a63eede4d9c228605a681
Base64:
4Zm8