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