C:
char c = '\u6177';
printf("%c\n", c); // Output: 慷
JavaScript:
const char = '\u6177';
console.log(char); // Output: 慷
Java:
char c = '\u6177';
System.out.println(c); // Output: 慷
JSON:
{"text": "\u6177"} // Value: 慷
Python:
char = '\u6177'
print(char) # Output: 慷
Perl:
my $char = "\x{6177}";
print $char; # Output: 慷
PHP:
$char = "\x{6177}";
echo $char; // Output: 慷
Ruby:
char = "\u{6177}"
puts char # Output: 慷
Rust:
let c = '\u{6177}';
println!("{}", c); // Output: 慷
Go:
char := '\u6177'
fmt.Printf("%c\n", char) // Output: 慷
CSS:
/* CSS content property */
.element::before {
content: "\006177"; /* 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%B7
MD5:
f3623a6e48bb2ead9e2255503a7d52fe
SHA1:
8121967ac961d5885e79f3fb27a1bf22d7383f18
Base64:
5oW3