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