C:
char c = '\u9271';
printf("%c\n", c); // Output: 鉱
JavaScript:
const char = '\u9271';
console.log(char); // Output: 鉱
Java:
char c = '\u9271';
System.out.println(c); // Output: 鉱
JSON:
{"text": "\u9271"} // Value: 鉱
Python:
char = '\u9271'
print(char) # Output: 鉱
Perl:
my $char = "\x{9271}";
print $char; # Output: 鉱
PHP:
$char = "\x{9271}";
echo $char; // Output: 鉱
Ruby:
char = "\u{9271}"
puts char # Output: 鉱
Rust:
let c = '\u{9271}';
println!("{}", c); // Output: 鉱
Go:
char := '\u9271'
fmt.Printf("%c\n", char) // Output: 鉱
CSS:
/* CSS content property */
.element::before {
content: "\009271"; /* 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%89%B1
MD5:
82778d16c11946d65f6458bdafb14684
SHA1:
57d0ba11fba630130e9d73ecc6facff011a02398
Base64:
6Ymx