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