C:
char c = '\u67CE';
printf("%c\n", c); // Output: 柎
JavaScript:
const char = '\u67CE';
console.log(char); // Output: 柎
Java:
char c = '\u67CE';
System.out.println(c); // Output: 柎
JSON:
{"text": "\u67CE"} // Value: 柎
Python:
char = '\u67CE'
print(char) # Output: 柎
Perl:
my $char = "\x{67CE}";
print $char; # Output: 柎
PHP:
$char = "\x{67CE}";
echo $char; // Output: 柎
Ruby:
char = "\u{67CE}"
puts char # Output: 柎
Rust:
let c = '\u{67CE}';
println!("{}", c); // Output: 柎
Go:
char := '\u67CE'
fmt.Printf("%c\n", char) // Output: 柎
CSS:
/* CSS content property */
.element::before {
content: "\0067CE"; /* 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%8E
MD5:
7b828a7e3fc30bed872eb33a0ac3f948
SHA1:
78280514234941c9b41a51cd2ab39ade661d4f9f
Base64:
5p+O