C:
char c = '\u95F4';
printf("%c\n", c); // Output: 间
JavaScript:
const char = '\u95F4';
console.log(char); // Output: 间
Java:
char c = '\u95F4';
System.out.println(c); // Output: 间
JSON:
{"text": "\u95F4"} // Value: 间
Python:
char = '\u95F4'
print(char) # Output: 间
Perl:
my $char = "\x{95F4}";
print $char; # Output: 间
PHP:
$char = "\x{95F4}";
echo $char; // Output: 间
Ruby:
char = "\u{95F4}"
puts char # Output: 间
Rust:
let c = '\u{95F4}';
println!("{}", c); // Output: 间
Go:
char := '\u95F4'
fmt.Printf("%c\n", char) // Output: 间
CSS:
/* CSS content property */
.element::before {
content: "\0095F4"; /* 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%97%B4
MD5:
e04aa3f3475fb2861802d1c5be599d69
SHA1:
01b221aaefeea2f86c219f247d52c252c7fd856b
Base64:
6Ze0