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