C:
char c = '\u1674';
printf("%c\n", c); // Output: ᙴ
JavaScript:
const char = '\u1674';
console.log(char); // Output: ᙴ
Java:
char c = '\u1674';
System.out.println(c); // Output: ᙴ
JSON:
{"text": "\u1674"} // Value: ᙴ
Python:
char = '\u1674'
print(char) # Output: ᙴ
Perl:
my $char = "\x{1674}";
print $char; # Output: ᙴ
PHP:
$char = "\x{1674}";
echo $char; // Output: ᙴ
Ruby:
char = "\u{1674}"
puts char # Output: ᙴ
Rust:
let c = '\u{1674}';
println!("{}", c); // Output: ᙴ
Go:
char := '\u1674'
fmt.Printf("%c\n", char) // Output: ᙴ
CSS:
/* CSS content property */
.element::before {
content: "\001674"; /* 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%B4
MD5:
d05e9a512795ce78de1867157a2878e2
SHA1:
b39ab33eb88dd7b0cb6f3185826d80d97b77ae63
Base64:
4Zm0