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