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