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