C:
char c = '\u94AC';
printf("%c\n", c); // Output: 钬
JavaScript:
const char = '\u94AC';
console.log(char); // Output: 钬
Java:
char c = '\u94AC';
System.out.println(c); // Output: 钬
JSON:
{"text": "\u94AC"} // Value: 钬
Python:
char = '\u94AC'
print(char) # Output: 钬
Perl:
my $char = "\x{94AC}";
print $char; # Output: 钬
PHP:
$char = "\x{94AC}";
echo $char; // Output: 钬
Ruby:
char = "\u{94AC}"
puts char # Output: 钬
Rust:
let c = '\u{94AC}';
println!("{}", c); // Output: 钬
Go:
char := '\u94AC'
fmt.Printf("%c\n", char) // Output: 钬
CSS:
/* CSS content property */
.element::before {
content: "\0094AC"; /* 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=%E9%92%AC
MD5:
f6c116605afeb0b80b6b63de85f9868d
SHA1:
060c66db1cd919345fc06f32dbfe010b586a1d94
Base64:
6ZKs