C:
char c = '\u6194';
printf("%c\n", c); // Output: 憔
JavaScript:
const char = '\u6194';
console.log(char); // Output: 憔
Java:
char c = '\u6194';
System.out.println(c); // Output: 憔
JSON:
{"text": "\u6194"} // Value: 憔
Python:
char = '\u6194'
print(char) # Output: 憔
Perl:
my $char = "\x{6194}";
print $char; # Output: 憔
PHP:
$char = "\x{6194}";
echo $char; // Output: 憔
Ruby:
char = "\u{6194}"
puts char # Output: 憔
Rust:
let c = '\u{6194}';
println!("{}", c); // Output: 憔
Go:
char := '\u6194'
fmt.Printf("%c\n", char) // Output: 憔
CSS:
/* CSS content property */
.element::before {
content: "\006194"; /* 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%94
MD5:
86bb54c1a7bd2a9904d783ebf66c32e0
SHA1:
463c03cd28f3cd60eda577072c3ef252f843d758
Base64:
5oaU