C:
char c = '\u1675';
printf("%c\n", c); // Output: ᙵ
JavaScript:
const char = '\u1675';
console.log(char); // Output: ᙵ
Java:
char c = '\u1675';
System.out.println(c); // Output: ᙵ
JSON:
{"text": "\u1675"} // Value: ᙵ
Python:
char = '\u1675'
print(char) # Output: ᙵ
Perl:
my $char = "\x{1675}";
print $char; # Output: ᙵ
PHP:
$char = "\x{1675}";
echo $char; // Output: ᙵ
Ruby:
char = "\u{1675}"
puts char # Output: ᙵ
Rust:
let c = '\u{1675}';
println!("{}", c); // Output: ᙵ
Go:
char := '\u1675'
fmt.Printf("%c\n", char) // Output: ᙵ
CSS:
/* CSS content property */
.element::before {
content: "\001675"; /* 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%B5
MD5:
2c42a3c41d6f08e5dbf04f01fef47d4d
SHA1:
05149a17eb78e41eb5a46b98fe129c7b976980a7
Base64:
4Zm1