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