C:
char c = '\u5675';
printf("%c\n", c); // Output: 噵
JavaScript:
const char = '\u5675';
console.log(char); // Output: 噵
Java:
char c = '\u5675';
System.out.println(c); // Output: 噵
JSON:
{"text": "\u5675"} // Value: 噵
Python:
char = '\u5675'
print(char) # Output: 噵
Perl:
my $char = "\x{5675}";
print $char; # Output: 噵
PHP:
$char = "\x{5675}";
echo $char; // Output: 噵
Ruby:
char = "\u{5675}"
puts char # Output: 噵
Rust:
let c = '\u{5675}';
println!("{}", c); // Output: 噵
Go:
char := '\u5675'
fmt.Printf("%c\n", char) // Output: 噵
CSS:
/* CSS content property */
.element::before {
content: "\005675"; /* 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=%E5%99%B5
MD5:
a111a724b82cc0ff9a1efd8cb893acd0
SHA1:
ca897128ab8a2813418afa9fc538ef9027a95d4d
Base64:
5Zm1