C:
char c = '\u9571';
printf("%c\n", c); // Output: 镱
JavaScript:
const char = '\u9571';
console.log(char); // Output: 镱
Java:
char c = '\u9571';
System.out.println(c); // Output: 镱
JSON:
{"text": "\u9571"} // Value: 镱
Python:
char = '\u9571'
print(char) # Output: 镱
Perl:
my $char = "\x{9571}";
print $char; # Output: 镱
PHP:
$char = "\x{9571}";
echo $char; // Output: 镱
Ruby:
char = "\u{9571}"
puts char # Output: 镱
Rust:
let c = '\u{9571}';
println!("{}", c); // Output: 镱
Go:
char := '\u9571'
fmt.Printf("%c\n", char) // Output: 镱
CSS:
/* CSS content property */
.element::before {
content: "\009571"; /* 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%95%B1
MD5:
1d5cb07723ad99f87398c31396c81f13
SHA1:
7a9137b3a8d60bd75f64c0c2e503b13052ab0853
Base64:
6ZWx