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