Unicode Finder

"澻" U+6FBB(CJK UNIFIED IDEOGRAPH-6FBB)

U+6FBB
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6FBB

Programming

C
\u6FBB
JavaScript
\u6FBB
Java
\u6FBB
Json
\u6FBB
Python
\u6FBB
Perl
\x{6FBB}
PHP
\x{6FBB}
Ruby
\u{6FBB}
Rust
\u{6FBB}
Go
\u6FBB

Web

CSS
\006FBB
HtmlDecimal
澻
HtmlHexadecimal
澻
Url
%E6%BE%BB

Code

MD5
8a0375ed9b4a147f533769e206a9dde1
Sha1
4dc1b23fd6acbddc1722916f48873fc61b1d4eb9
Base64
5r67

使用示例

Programming Languages

C:

char c = '\u6FBB';
printf("%c\n", c);  // Output: 澻

JavaScript:

const char = '\u6FBB';
console.log(char);  // Output: 澻

Java:

char c = '\u6FBB';
System.out.println(c);  // Output: 澻

JSON:

{"text": "\u6FBB"}  // Value: 澻

Python:

char = '\u6FBB'
print(char)  # Output: 澻

Perl:

my $char = "\x{6FBB}";
print $char;  # Output: 澻

PHP:

$char = "\x{6FBB}";
echo $char;  // Output: 澻

Ruby:

char = "\u{6FBB}"
puts char  # Output: 澻

Rust:

let c = '\u{6FBB}';
println!("{}", c);  // Output: 澻

Go:

char := '\u6FBB'
fmt.Printf("%c\n", char)  // Output: 澻

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006FBB";  /* Display: 澻 */
}

HTML Decimal:

<p>HTML decimal: &#28603;</p>  <!-- Display: 澻 -->

HTML Hexadecimal:

<p>HTML hex: &#x6FBB;</p>  <!-- Display: 澻 -->

URL Encoding:

// 澻 URL encoding
https://unicodefinder.com/search.php?query=%E6%BE%BB

Encodings

MD5:

8a0375ed9b4a147f533769e206a9dde1

SHA1:

4dc1b23fd6acbddc1722916f48873fc61b1d4eb9

Base64:

5r67