C:
char c = '\u9552';
printf("%c\n", c); // Output: 镒
JavaScript:
const char = '\u9552';
console.log(char); // Output: 镒
Java:
char c = '\u9552';
System.out.println(c); // Output: 镒
JSON:
{"text": "\u9552"} // Value: 镒
Python:
char = '\u9552'
print(char) # Output: 镒
Perl:
my $char = "\x{9552}";
print $char; # Output: 镒
PHP:
$char = "\x{9552}";
echo $char; // Output: 镒
Ruby:
char = "\u{9552}"
puts char # Output: 镒
Rust:
let c = '\u{9552}';
println!("{}", c); // Output: 镒
Go:
char := '\u9552'
fmt.Printf("%c\n", char) // Output: 镒
CSS:
/* CSS content property */
.element::before {
content: "\009552"; /* 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%92
MD5:
fd24ca06b1fbf267faa64f772fdc79d7
SHA1:
059fc6dce4ee9bdb20295fe2829d21e9e08b7687
Base64:
6ZWS