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