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