C:
char c = '\u6769';
printf("%c\n", c); // Output: 杩
JavaScript:
const char = '\u6769';
console.log(char); // Output: 杩
Java:
char c = '\u6769';
System.out.println(c); // Output: 杩
JSON:
{"text": "\u6769"} // Value: 杩
Python:
char = '\u6769'
print(char) # Output: 杩
Perl:
my $char = "\x{6769}";
print $char; # Output: 杩
PHP:
$char = "\x{6769}";
echo $char; // Output: 杩
Ruby:
char = "\u{6769}"
puts char # Output: 杩
Rust:
let c = '\u{6769}';
println!("{}", c); // Output: 杩
Go:
char := '\u6769'
fmt.Printf("%c\n", char) // Output: 杩
CSS:
/* CSS content property */
.element::before {
content: "\006769"; /* 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%9D%A9
MD5:
740845cb2f663d571264cae017d0f48a
SHA1:
80aea0e87f99d7d0e03f61707802e254d4710bca
Base64:
5p2p