C:
char c = '\u67FD';
printf("%c\n", c); // Output: 柽
JavaScript:
const char = '\u67FD';
console.log(char); // Output: 柽
Java:
char c = '\u67FD';
System.out.println(c); // Output: 柽
JSON:
{"text": "\u67FD"} // Value: 柽
Python:
char = '\u67FD'
print(char) # Output: 柽
Perl:
my $char = "\x{67FD}";
print $char; # Output: 柽
PHP:
$char = "\x{67FD}";
echo $char; // Output: 柽
Ruby:
char = "\u{67FD}"
puts char # Output: 柽
Rust:
let c = '\u{67FD}';
println!("{}", c); // Output: 柽
Go:
char := '\u67FD'
fmt.Printf("%c\n", char) // Output: 柽
CSS:
/* CSS content property */
.element::before {
content: "\0067FD"; /* 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%9F%BD
MD5:
9f832877dc327cefe83a339eee23732a
SHA1:
09a676dda76268feba113bc7358393cb3f63a912
Base64:
5p+9