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