C:
char c = '\u686D';
printf("%c\n", c); // Output: 桭
JavaScript:
const char = '\u686D';
console.log(char); // Output: 桭
Java:
char c = '\u686D';
System.out.println(c); // Output: 桭
JSON:
{"text": "\u686D"} // Value: 桭
Python:
char = '\u686D'
print(char) # Output: 桭
Perl:
my $char = "\x{686D}";
print $char; # Output: 桭
PHP:
$char = "\x{686D}";
echo $char; // Output: 桭
Ruby:
char = "\u{686D}"
puts char # Output: 桭
Rust:
let c = '\u{686D}';
println!("{}", c); // Output: 桭
Go:
char := '\u686D'
fmt.Printf("%c\n", char) // Output: 桭
CSS:
/* CSS content property */
.element::before {
content: "\00686D"; /* 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%A1%AD
MD5:
630b737e7d946d317c664596942f2d98
SHA1:
6276fac0dce5eed0e6661e62963d19a41e81476d
Base64:
5qGt