C:
char c = '\u687B';
printf("%c\n", c); // Output: 桻
JavaScript:
const char = '\u687B';
console.log(char); // Output: 桻
Java:
char c = '\u687B';
System.out.println(c); // Output: 桻
JSON:
{"text": "\u687B"} // Value: 桻
Python:
char = '\u687B'
print(char) # Output: 桻
Perl:
my $char = "\x{687B}";
print $char; # Output: 桻
PHP:
$char = "\x{687B}";
echo $char; // Output: 桻
Ruby:
char = "\u{687B}"
puts char # Output: 桻
Rust:
let c = '\u{687B}';
println!("{}", c); // Output: 桻
Go:
char := '\u687B'
fmt.Printf("%c\n", char) // Output: 桻
CSS:
/* CSS content property */
.element::before {
content: "\00687B"; /* 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%BB
MD5:
7e2093cde3e71a8a1019b81592397161
SHA1:
cd3feb1d738f7aa97dfab12c47313de3ae9800c6
Base64:
5qG7