C:
char c = '\u69E6';
printf("%c\n", c); // Output: 槦
JavaScript:
const char = '\u69E6';
console.log(char); // Output: 槦
Java:
char c = '\u69E6';
System.out.println(c); // Output: 槦
JSON:
{"text": "\u69E6"} // Value: 槦
Python:
char = '\u69E6'
print(char) # Output: 槦
Perl:
my $char = "\x{69E6}";
print $char; # Output: 槦
PHP:
$char = "\x{69E6}";
echo $char; // Output: 槦
Ruby:
char = "\u{69E6}"
puts char # Output: 槦
Rust:
let c = '\u{69E6}';
println!("{}", c); // Output: 槦
Go:
char := '\u69E6'
fmt.Printf("%c\n", char) // Output: 槦
CSS:
/* CSS content property */
.element::before {
content: "\0069E6"; /* 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%A7%A6
MD5:
4d545d2ec6f6a6353a260c34c5162536
SHA1:
c72b99f5ee131722297a66013bb455f32329c453
Base64:
5qem