C:
char c = '\u6156';
printf("%c\n", c); // Output: 慖
JavaScript:
const char = '\u6156';
console.log(char); // Output: 慖
Java:
char c = '\u6156';
System.out.println(c); // Output: 慖
JSON:
{"text": "\u6156"} // Value: 慖
Python:
char = '\u6156'
print(char) # Output: 慖
Perl:
my $char = "\x{6156}";
print $char; # Output: 慖
PHP:
$char = "\x{6156}";
echo $char; // Output: 慖
Ruby:
char = "\u{6156}"
puts char # Output: 慖
Rust:
let c = '\u{6156}';
println!("{}", c); // Output: 慖
Go:
char := '\u6156'
fmt.Printf("%c\n", char) // Output: 慖
CSS:
/* CSS content property */
.element::before {
content: "\006156"; /* 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%85%96
MD5:
2bb3ab7a20dc935ef8b5b6addae8efa2
SHA1:
b0b18e3cd7c7097f76fc8dddacd83816cb3a2625
Base64:
5oWW