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