C:
char c = '\u9578';
printf("%c\n", c); // Output: 镸
JavaScript:
const char = '\u9578';
console.log(char); // Output: 镸
Java:
char c = '\u9578';
System.out.println(c); // Output: 镸
JSON:
{"text": "\u9578"} // Value: 镸
Python:
char = '\u9578'
print(char) # Output: 镸
Perl:
my $char = "\x{9578}";
print $char; # Output: 镸
PHP:
$char = "\x{9578}";
echo $char; // Output: 镸
Ruby:
char = "\u{9578}"
puts char # Output: 镸
Rust:
let c = '\u{9578}';
println!("{}", c); // Output: 镸
Go:
char := '\u9578'
fmt.Printf("%c\n", char) // Output: 镸
CSS:
/* CSS content property */
.element::before {
content: "\009578"; /* 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%B8
MD5:
a9d8c531cf0f4cbd0ccd4c0912765241
SHA1:
73464d7e695c833e2d7a63a578e833769780cad4
Base64:
6ZW4