C:
char c = '\u6188';
printf("%c\n", c); // Output: 憈
JavaScript:
const char = '\u6188';
console.log(char); // Output: 憈
Java:
char c = '\u6188';
System.out.println(c); // Output: 憈
JSON:
{"text": "\u6188"} // Value: 憈
Python:
char = '\u6188'
print(char) # Output: 憈
Perl:
my $char = "\x{6188}";
print $char; # Output: 憈
PHP:
$char = "\x{6188}";
echo $char; // Output: 憈
Ruby:
char = "\u{6188}"
puts char # Output: 憈
Rust:
let c = '\u{6188}';
println!("{}", c); // Output: 憈
Go:
char := '\u6188'
fmt.Printf("%c\n", char) // Output: 憈
CSS:
/* CSS content property */
.element::before {
content: "\006188"; /* 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%88
MD5:
47a3de23e557aa5e48a7f86539bb4256
SHA1:
f6fff62736234dc21815a414d22cc83ec27dc0e5
Base64:
5oaI