C:
char c = '\u8BA9';
printf("%c\n", c); // Output: 让
JavaScript:
const char = '\u8BA9';
console.log(char); // Output: 让
Java:
char c = '\u8BA9';
System.out.println(c); // Output: 让
JSON:
{"text": "\u8BA9"} // Value: 让
Python:
char = '\u8BA9'
print(char) # Output: 让
Perl:
my $char = "\x{8BA9}";
print $char; # Output: 让
PHP:
$char = "\x{8BA9}";
echo $char; // Output: 让
Ruby:
char = "\u{8BA9}"
puts char # Output: 让
Rust:
let c = '\u{8BA9}';
println!("{}", c); // Output: 让
Go:
char := '\u8BA9'
fmt.Printf("%c\n", char) // Output: 让
CSS:
/* CSS content property */
.element::before {
content: "\008BA9"; /* 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=%E8%AE%A9
MD5:
167bb5dcc609c7fd8d0b9e7c323d085c
SHA1:
c0fec6a717bcee07a4f62be45af15793ccad67ef
Base64:
6K6p