C:
char c = '\u5834';
printf("%c\n", c); // Output: 場
JavaScript:
const char = '\u5834';
console.log(char); // Output: 場
Java:
char c = '\u5834';
System.out.println(c); // Output: 場
JSON:
{"text": "\u5834"} // Value: 場
Python:
char = '\u5834'
print(char) # Output: 場
Perl:
my $char = "\x{5834}";
print $char; # Output: 場
PHP:
$char = "\x{5834}";
echo $char; // Output: 場
Ruby:
char = "\u{5834}"
puts char # Output: 場
Rust:
let c = '\u{5834}';
println!("{}", c); // Output: 場
Go:
char := '\u5834'
fmt.Printf("%c\n", char) // Output: 場
CSS:
/* CSS content property */
.element::before {
content: "\005834"; /* 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=%E5%A0%B4
MD5:
5d6e07abd357c9cb894e535708f61f1f
SHA1:
edb84a4b9c87c32d5d9f51ff0f6a3951faf74c8c
Base64:
5aC0