C:
char c = '\u6536';
printf("%c\n", c); // Output: 收
JavaScript:
const char = '\u6536';
console.log(char); // Output: 收
Java:
char c = '\u6536';
System.out.println(c); // Output: 收
JSON:
{"text": "\u6536"} // Value: 收
Python:
char = '\u6536'
print(char) # Output: 收
Perl:
my $char = "\x{6536}";
print $char; # Output: 收
PHP:
$char = "\x{6536}";
echo $char; // Output: 收
Ruby:
char = "\u{6536}"
puts char # Output: 收
Rust:
let c = '\u{6536}';
println!("{}", c); // Output: 收
Go:
char := '\u6536'
fmt.Printf("%c\n", char) // Output: 收
CSS:
/* CSS content property */
.element::before {
content: "\006536"; /* 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=%E6%94%B6
MD5:
aded5d5ba0a0c66f0be4a119febfc045
SHA1:
59a684eebe3306cc913146abb75fecc0dea70900
Base64:
5pS2