C:
char c = '\u67BB';
printf("%c\n", c); // Output: 枻
JavaScript:
const char = '\u67BB';
console.log(char); // Output: 枻
Java:
char c = '\u67BB';
System.out.println(c); // Output: 枻
JSON:
{"text": "\u67BB"} // Value: 枻
Python:
char = '\u67BB'
print(char) # Output: 枻
Perl:
my $char = "\x{67BB}";
print $char; # Output: 枻
PHP:
$char = "\x{67BB}";
echo $char; // Output: 枻
Ruby:
char = "\u{67BB}"
puts char # Output: 枻
Rust:
let c = '\u{67BB}';
println!("{}", c); // Output: 枻
Go:
char := '\u67BB'
fmt.Printf("%c\n", char) // Output: 枻
CSS:
/* CSS content property */
.element::before {
content: "\0067BB"; /* 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%9E%BB
MD5:
587a144b6f5e2800f2ac2c80f38f3c6d
SHA1:
fadd1d573192d9473270d3939d7a086af400ef4d
Base64:
5p67