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