C:
char c = '\u703B';
printf("%c\n", c); // Output: 瀻
JavaScript:
const char = '\u703B';
console.log(char); // Output: 瀻
Java:
char c = '\u703B';
System.out.println(c); // Output: 瀻
JSON:
{"text": "\u703B"} // Value: 瀻
Python:
char = '\u703B'
print(char) # Output: 瀻
Perl:
my $char = "\x{703B}";
print $char; # Output: 瀻
PHP:
$char = "\x{703B}";
echo $char; // Output: 瀻
Ruby:
char = "\u{703B}"
puts char # Output: 瀻
Rust:
let c = '\u{703B}';
println!("{}", c); // Output: 瀻
Go:
char := '\u703B'
fmt.Printf("%c\n", char) // Output: 瀻
CSS:
/* CSS content property */
.element::before {
content: "\00703B"; /* 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=%E7%80%BB
MD5:
4a684c7ebce02d96b62004a425eae876
SHA1:
10937062ddb129c7f02f3527648e908307ae8b29
Base64:
54C7