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