C:
char c = '\u6935';
printf("%c\n", c); // Output: 椵
JavaScript:
const char = '\u6935';
console.log(char); // Output: 椵
Java:
char c = '\u6935';
System.out.println(c); // Output: 椵
JSON:
{"text": "\u6935"} // Value: 椵
Python:
char = '\u6935'
print(char) # Output: 椵
Perl:
my $char = "\x{6935}";
print $char; # Output: 椵
PHP:
$char = "\x{6935}";
echo $char; // Output: 椵
Ruby:
char = "\u{6935}"
puts char # Output: 椵
Rust:
let c = '\u{6935}';
println!("{}", c); // Output: 椵
Go:
char := '\u6935'
fmt.Printf("%c\n", char) // Output: 椵
CSS:
/* CSS content property */
.element::before {
content: "\006935"; /* 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%A4%B5
MD5:
ee6230195d272db43ccf05b4d42a8791
SHA1:
b2a7a11eddbc4a44a0a0aab018aa95b01621cf52
Base64:
5qS1