C:
char c = '\u6539';
printf("%c\n", c); // Output: 改
JavaScript:
const char = '\u6539';
console.log(char); // Output: 改
Java:
char c = '\u6539';
System.out.println(c); // Output: 改
JSON:
{"text": "\u6539"} // Value: 改
Python:
char = '\u6539'
print(char) # Output: 改
Perl:
my $char = "\x{6539}";
print $char; # Output: 改
PHP:
$char = "\x{6539}";
echo $char; // Output: 改
Ruby:
char = "\u{6539}"
puts char # Output: 改
Rust:
let c = '\u{6539}';
println!("{}", c); // Output: 改
Go:
char := '\u6539'
fmt.Printf("%c\n", char) // Output: 改
CSS:
/* CSS content property */
.element::before {
content: "\006539"; /* 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%B9
MD5:
fc242f92961623c3ff8368333bc955d3
SHA1:
798f95db5d312d22098b3edd810ad78863cbc3e2
Base64:
5pS5