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