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