C:
char c = '\u6193';
printf("%c\n", c); // Output: 憓
JavaScript:
const char = '\u6193';
console.log(char); // Output: 憓
Java:
char c = '\u6193';
System.out.println(c); // Output: 憓
JSON:
{"text": "\u6193"} // Value: 憓
Python:
char = '\u6193'
print(char) # Output: 憓
Perl:
my $char = "\x{6193}";
print $char; # Output: 憓
PHP:
$char = "\x{6193}";
echo $char; // Output: 憓
Ruby:
char = "\u{6193}"
puts char # Output: 憓
Rust:
let c = '\u{6193}';
println!("{}", c); // Output: 憓
Go:
char := '\u6193'
fmt.Printf("%c\n", char) // Output: 憓
CSS:
/* CSS content property */
.element::before {
content: "\006193"; /* 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%93
MD5:
06e717a5cfa35ef4d39c513c15ba930f
SHA1:
24d487ca0f68a69cd824ade4dbe5d5a8bd16afe9
Base64:
5oaT