C:
char c = '\u6166';
printf("%c\n", c); // Output: 慦
JavaScript:
const char = '\u6166';
console.log(char); // Output: 慦
Java:
char c = '\u6166';
System.out.println(c); // Output: 慦
JSON:
{"text": "\u6166"} // Value: 慦
Python:
char = '\u6166'
print(char) # Output: 慦
Perl:
my $char = "\x{6166}";
print $char; # Output: 慦
PHP:
$char = "\x{6166}";
echo $char; // Output: 慦
Ruby:
char = "\u{6166}"
puts char # Output: 慦
Rust:
let c = '\u{6166}';
println!("{}", c); // Output: 慦
Go:
char := '\u6166'
fmt.Printf("%c\n", char) // Output: 慦
CSS:
/* CSS content property */
.element::before {
content: "\006166"; /* 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%A6
MD5:
994bee50a09a945e87f4883206a5bbfa
SHA1:
464224ad6e18e39e4e83b0a3f2fdf35825e2476b
Base64:
5oWm