Unicode Finder

"澼" U+6FBC(CJK UNIFIED IDEOGRAPH-6FBC)

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

Programming

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

Web

CSS
\006FBC
HtmlDecimal
澼
HtmlHexadecimal
澼
Url
%E6%BE%BC

Code

MD5
d6f14c6687b639e43875f746cddf8876
Sha1
a61ee8fbe09a6ceb7592ac7fead111220f533380
Base64
5r68

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6FBC';
console.log(char);  // Output: 澼

Java:

char c = '\u6FBC';
System.out.println(c);  // Output: 澼

JSON:

{"text": "\u6FBC"}  // Value: 澼

Python:

char = '\u6FBC'
print(char)  # Output: 澼

Perl:

my $char = "\x{6FBC}";
print $char;  # Output: 澼

PHP:

$char = "\x{6FBC}";
echo $char;  // Output: 澼

Ruby:

char = "\u{6FBC}"
puts char  # Output: 澼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28604;</p>  <!-- Display: 澼 -->

HTML Hexadecimal:

<p>HTML hex: &#x6FBC;</p>  <!-- Display: 澼 -->

URL Encoding:

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

Encodings

MD5:

d6f14c6687b639e43875f746cddf8876

SHA1:

a61ee8fbe09a6ceb7592ac7fead111220f533380

Base64:

5r68