C:
char c = '\u167D';
printf("%c\n", c); // Output: ᙽ
JavaScript:
const char = '\u167D';
console.log(char); // Output: ᙽ
Java:
char c = '\u167D';
System.out.println(c); // Output: ᙽ
JSON:
{"text": "\u167D"} // Value: ᙽ
Python:
char = '\u167D'
print(char) # Output: ᙽ
Perl:
my $char = "\x{167D}";
print $char; # Output: ᙽ
PHP:
$char = "\x{167D}";
echo $char; // Output: ᙽ
Ruby:
char = "\u{167D}"
puts char # Output: ᙽ
Rust:
let c = '\u{167D}';
println!("{}", c); // Output: ᙽ
Go:
char := '\u167D'
fmt.Printf("%c\n", char) // Output: ᙽ
CSS:
/* CSS content property */
.element::before {
content: "\00167D"; /* 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%BD
MD5:
49a8e173ba64333c9de5df99aa25e648
SHA1:
9be6f7658a0b7bf31b0d2a4d3dcfd9015a0fa8c9
Base64:
4Zm9