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