C:
char c = '\u933F';
printf("%c\n", c); // Output: 錿
JavaScript:
const char = '\u933F';
console.log(char); // Output: 錿
Java:
char c = '\u933F';
System.out.println(c); // Output: 錿
JSON:
{"text": "\u933F"} // Value: 錿
Python:
char = '\u933F'
print(char) # Output: 錿
Perl:
my $char = "\x{933F}";
print $char; # Output: 錿
PHP:
$char = "\x{933F}";
echo $char; // Output: 錿
Ruby:
char = "\u{933F}"
puts char # Output: 錿
Rust:
let c = '\u{933F}';
println!("{}", c); // Output: 錿
Go:
char := '\u933F'
fmt.Printf("%c\n", char) // Output: 錿
CSS:
/* CSS content property */
.element::before {
content: "\00933F"; /* 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%8C%BF
MD5:
94f06ebb82bd51b14c6f23ddbc586f8d
SHA1:
f5789ad90c6ad6a9522f03ca2525779a7cf4dafd
Base64:
6Yy/