C:
char c = '\u6BB2';
printf("%c\n", c); // Output: 殲
JavaScript:
const char = '\u6BB2';
console.log(char); // Output: 殲
Java:
char c = '\u6BB2';
System.out.println(c); // Output: 殲
JSON:
{"text": "\u6BB2"} // Value: 殲
Python:
char = '\u6BB2'
print(char) # Output: 殲
Perl:
my $char = "\x{6BB2}";
print $char; # Output: 殲
PHP:
$char = "\x{6BB2}";
echo $char; // Output: 殲
Ruby:
char = "\u{6BB2}"
puts char # Output: 殲
Rust:
let c = '\u{6BB2}';
println!("{}", c); // Output: 殲
Go:
char := '\u6BB2'
fmt.Printf("%c\n", char) // Output: 殲
CSS:
/* CSS content property */
.element::before {
content: "\006BB2"; /* 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=%E6%AE%B2
MD5:
74ab15812b6b9b7ae7664e39283f1f43
SHA1:
2e38566c61048048dce075be6b3b0f382b74d130
Base64:
5q6y