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