C:
char c = '\u948D';
printf("%c\n", c); // Output: 钍
JavaScript:
const char = '\u948D';
console.log(char); // Output: 钍
Java:
char c = '\u948D';
System.out.println(c); // Output: 钍
JSON:
{"text": "\u948D"} // Value: 钍
Python:
char = '\u948D'
print(char) # Output: 钍
Perl:
my $char = "\x{948D}";
print $char; # Output: 钍
PHP:
$char = "\x{948D}";
echo $char; // Output: 钍
Ruby:
char = "\u{948D}"
puts char # Output: 钍
Rust:
let c = '\u{948D}';
println!("{}", c); // Output: 钍
Go:
char := '\u948D'
fmt.Printf("%c\n", char) // Output: 钍
CSS:
/* CSS content property */
.element::before {
content: "\00948D"; /* 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%8D
MD5:
0a7eb6d46eb1e425e588b0d64a2b1280
SHA1:
f222b644ffb5f3cf811a3d14818624a2e408e8bd
Base64:
6ZKN