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