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