C:
char c = '\u69CB';
printf("%c\n", c); // Output: 構
JavaScript:
const char = '\u69CB';
console.log(char); // Output: 構
Java:
char c = '\u69CB';
System.out.println(c); // Output: 構
JSON:
{"text": "\u69CB"} // Value: 構
Python:
char = '\u69CB'
print(char) # Output: 構
Perl:
my $char = "\x{69CB}";
print $char; # Output: 構
PHP:
$char = "\x{69CB}";
echo $char; // Output: 構
Ruby:
char = "\u{69CB}"
puts char # Output: 構
Rust:
let c = '\u{69CB}';
println!("{}", c); // Output: 構
Go:
char := '\u69CB'
fmt.Printf("%c\n", char) // Output: 構
CSS:
/* CSS content property */
.element::before {
content: "\0069CB"; /* 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%A7%8B
MD5:
a6173b5258371ecb1d341ec501b257e4
SHA1:
26f3f4e9a1b4c781b5d11966a5d838da1cfc0b6f
Base64:
5qeL