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