C:
char c = '\u6B3B';
printf("%c\n", c); // Output: 欻
JavaScript:
const char = '\u6B3B';
console.log(char); // Output: 欻
Java:
char c = '\u6B3B';
System.out.println(c); // Output: 欻
JSON:
{"text": "\u6B3B"} // Value: 欻
Python:
char = '\u6B3B'
print(char) # Output: 欻
Perl:
my $char = "\x{6B3B}";
print $char; # Output: 欻
PHP:
$char = "\x{6B3B}";
echo $char; // Output: 欻
Ruby:
char = "\u{6B3B}"
puts char # Output: 欻
Rust:
let c = '\u{6B3B}';
println!("{}", c); // Output: 欻
Go:
char := '\u6B3B'
fmt.Printf("%c\n", char) // Output: 欻
CSS:
/* CSS content property */
.element::before {
content: "\006B3B"; /* 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%AC%BB
MD5:
b55421e0b24c6026999feaba053e5565
SHA1:
a1ba13d9efd48750c80f3b3016652c1eccec6e97
Base64:
5qy7