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