C:
char c = '\u987B';
printf("%c\n", c); // Output: 须
JavaScript:
const char = '\u987B';
console.log(char); // Output: 须
Java:
char c = '\u987B';
System.out.println(c); // Output: 须
JSON:
{"text": "\u987B"} // Value: 须
Python:
char = '\u987B'
print(char) # Output: 须
Perl:
my $char = "\x{987B}";
print $char; # Output: 须
PHP:
$char = "\x{987B}";
echo $char; // Output: 须
Ruby:
char = "\u{987B}"
puts char # Output: 须
Rust:
let c = '\u{987B}';
println!("{}", c); // Output: 须
Go:
char := '\u987B'
fmt.Printf("%c\n", char) // Output: 须
CSS:
/* CSS content property */
.element::before {
content: "\00987B"; /* 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=%E9%A1%BB
MD5:
f3a5509e4b93bad071e5aaa2de97c588
SHA1:
763d3eda4fe0a38794c7f417b2cf32d67a12c094
Base64:
6aG7