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