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