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