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