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