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