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