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