Unicode Finder

"濾" U+6FFE(CJK UNIFIED IDEOGRAPH-6FFE)

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

Programming

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

Web

CSS
\006FFE
HtmlDecimal
濾
HtmlHexadecimal
濾
Url
%E6%BF%BE

Code

MD5
b91fa7c15aa80443e1b9bad614c4bd08
Sha1
30117093b6dde1a2b3bc391ed37ad7ce994e0226
Base64
5r++

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6FFE';
console.log(char);  // Output: 濾

Java:

char c = '\u6FFE';
System.out.println(c);  // Output: 濾

JSON:

{"text": "\u6FFE"}  // Value: 濾

Python:

char = '\u6FFE'
print(char)  # Output: 濾

Perl:

my $char = "\x{6FFE}";
print $char;  # Output: 濾

PHP:

$char = "\x{6FFE}";
echo $char;  // Output: 濾

Ruby:

char = "\u{6FFE}"
puts char  # Output: 濾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28670;</p>  <!-- Display: 濾 -->

HTML Hexadecimal:

<p>HTML hex: &#x6FFE;</p>  <!-- Display: 濾 -->

URL Encoding:

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

Encodings

MD5:

b91fa7c15aa80443e1b9bad614c4bd08

SHA1:

30117093b6dde1a2b3bc391ed37ad7ce994e0226

Base64:

5r++