C:
char c = '\u9336';
printf("%c\n", c); // Output: 錶
JavaScript:
const char = '\u9336';
console.log(char); // Output: 錶
Java:
char c = '\u9336';
System.out.println(c); // Output: 錶
JSON:
{"text": "\u9336"} // Value: 錶
Python:
char = '\u9336'
print(char) # Output: 錶
Perl:
my $char = "\x{9336}";
print $char; # Output: 錶
PHP:
$char = "\x{9336}";
echo $char; // Output: 錶
Ruby:
char = "\u{9336}"
puts char # Output: 錶
Rust:
let c = '\u{9336}';
println!("{}", c); // Output: 錶
Go:
char := '\u9336'
fmt.Printf("%c\n", char) // Output: 錶
CSS:
/* CSS content property */
.element::before {
content: "\009336"; /* 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%B6
MD5:
28ad3360bb49bfbd72f8504787fe9d30
SHA1:
8e56032f04399d25f002783f2010fca8cce8ef74
Base64:
6Yy2