C:
char c = '\u9335';
printf("%c\n", c); // Output: 錵
JavaScript:
const char = '\u9335';
console.log(char); // Output: 錵
Java:
char c = '\u9335';
System.out.println(c); // Output: 錵
JSON:
{"text": "\u9335"} // Value: 錵
Python:
char = '\u9335'
print(char) # Output: 錵
Perl:
my $char = "\x{9335}";
print $char; # Output: 錵
PHP:
$char = "\x{9335}";
echo $char; // Output: 錵
Ruby:
char = "\u{9335}"
puts char # Output: 錵
Rust:
let c = '\u{9335}';
println!("{}", c); // Output: 錵
Go:
char := '\u9335'
fmt.Printf("%c\n", char) // Output: 錵
CSS:
/* CSS content property */
.element::before {
content: "\009335"; /* 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%B5
MD5:
70a2a33e443c9b408057a258ad5a2cba
SHA1:
a7fad90e22f600650a8578f828af80cbc59d6561
Base64:
6Yy1