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