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