C:
char c = '\u9339';
printf("%c\n", c); // Output: 錹
JavaScript:
const char = '\u9339';
console.log(char); // Output: 錹
Java:
char c = '\u9339';
System.out.println(c); // Output: 錹
JSON:
{"text": "\u9339"} // Value: 錹
Python:
char = '\u9339'
print(char) # Output: 錹
Perl:
my $char = "\x{9339}";
print $char; # Output: 錹
PHP:
$char = "\x{9339}";
echo $char; // Output: 錹
Ruby:
char = "\u{9339}"
puts char # Output: 錹
Rust:
let c = '\u{9339}';
println!("{}", c); // Output: 錹
Go:
char := '\u9339'
fmt.Printf("%c\n", char) // Output: 錹
CSS:
/* CSS content property */
.element::before {
content: "\009339"; /* 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%B9
MD5:
9c59ea4218093e13e427fe23199ba94e
SHA1:
256d3555f094c7f59e780267059b564fa298c647
Base64:
6Yy5