C:
char c = '\u6877';
printf("%c\n", c); // Output: 桷
JavaScript:
const char = '\u6877';
console.log(char); // Output: 桷
Java:
char c = '\u6877';
System.out.println(c); // Output: 桷
JSON:
{"text": "\u6877"} // Value: 桷
Python:
char = '\u6877'
print(char) # Output: 桷
Perl:
my $char = "\x{6877}";
print $char; # Output: 桷
PHP:
$char = "\x{6877}";
echo $char; // Output: 桷
Ruby:
char = "\u{6877}"
puts char # Output: 桷
Rust:
let c = '\u{6877}';
println!("{}", c); // Output: 桷
Go:
char := '\u6877'
fmt.Printf("%c\n", char) // Output: 桷
CSS:
/* CSS content property */
.element::before {
content: "\006877"; /* 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%B7
MD5:
8e665355a5d9899140f1f7ad53b4d69c
SHA1:
0fd58e72f08fb6f87e0da46457fb6f568e0c378a
Base64:
5qG3