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