C:
char c = '\u61BE';
printf("%c\n", c); // Output: 憾
JavaScript:
const char = '\u61BE';
console.log(char); // Output: 憾
Java:
char c = '\u61BE';
System.out.println(c); // Output: 憾
JSON:
{"text": "\u61BE"} // Value: 憾
Python:
char = '\u61BE'
print(char) # Output: 憾
Perl:
my $char = "\x{61BE}";
print $char; # Output: 憾
PHP:
$char = "\x{61BE}";
echo $char; // Output: 憾
Ruby:
char = "\u{61BE}"
puts char # Output: 憾
Rust:
let c = '\u{61BE}';
println!("{}", c); // Output: 憾
Go:
char := '\u61BE'
fmt.Printf("%c\n", char) // Output: 憾
CSS:
/* CSS content property */
.element::before {
content: "\0061BE"; /* 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%BE
MD5:
78aec339a03d675a69d1bf8dee39661d
SHA1:
9391b5419b36c81bf92e47d76737f5a2e0b4e71c
Base64:
5oa+