C:
char c = '\u6191';
printf("%c\n", c); // Output: 憑
JavaScript:
const char = '\u6191';
console.log(char); // Output: 憑
Java:
char c = '\u6191';
System.out.println(c); // Output: 憑
JSON:
{"text": "\u6191"} // Value: 憑
Python:
char = '\u6191'
print(char) # Output: 憑
Perl:
my $char = "\x{6191}";
print $char; # Output: 憑
PHP:
$char = "\x{6191}";
echo $char; // Output: 憑
Ruby:
char = "\u{6191}"
puts char # Output: 憑
Rust:
let c = '\u{6191}';
println!("{}", c); // Output: 憑
Go:
char := '\u6191'
fmt.Printf("%c\n", char) // Output: 憑
CSS:
/* CSS content property */
.element::before {
content: "\006191"; /* 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%86%91
MD5:
c9dda345fd70ac528844fc8b1346f9f8
SHA1:
b93c279d5747db8ed61f48204074f7624b389ac3
Base64:
5oaR