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