C:
char c = '\u6F28';
printf("%c\n", c); // Output: 漨
JavaScript:
const char = '\u6F28';
console.log(char); // Output: 漨
Java:
char c = '\u6F28';
System.out.println(c); // Output: 漨
JSON:
{"text": "\u6F28"} // Value: 漨
Python:
char = '\u6F28'
print(char) # Output: 漨
Perl:
my $char = "\x{6F28}";
print $char; # Output: 漨
PHP:
$char = "\x{6F28}";
echo $char; // Output: 漨
Ruby:
char = "\u{6F28}"
puts char # Output: 漨
Rust:
let c = '\u{6F28}';
println!("{}", c); // Output: 漨
Go:
char := '\u6F28'
fmt.Printf("%c\n", char) // Output: 漨
CSS:
/* CSS content property */
.element::before {
content: "\006F28"; /* 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%BC%A8
MD5:
da198a88567e64a3a74c1b76be2939af
SHA1:
8d738493bc70e2f697ec79f4cfc11afddee577fe
Base64:
5ryo