Unicode Finder

"謏" U+8B0F(CJK UNIFIED IDEOGRAPH-8B0F)

U+8B0F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8B0F

Programming

C
\u8B0F
JavaScript
\u8B0F
Java
\u8B0F
Json
\u8B0F
Python
\u8B0F
Perl
\x{8B0F}
PHP
\x{8B0F}
Ruby
\u{8B0F}
Rust
\u{8B0F}
Go
\u8B0F

Web

CSS
\008B0F
HtmlDecimal
謏
HtmlHexadecimal
謏
Url
%E8%AC%8F

Code

MD5
1e3ebc30812356e0a5b403e776dd0133
Sha1
4180139f84283dc75d923691fd545bcfd187ac34
Base64
6KyP

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8B0F';
console.log(char);  // Output: 謏

Java:

char c = '\u8B0F';
System.out.println(c);  // Output: 謏

JSON:

{"text": "\u8B0F"}  // Value: 謏

Python:

char = '\u8B0F'
print(char)  # Output: 謏

Perl:

my $char = "\x{8B0F}";
print $char;  # Output: 謏

PHP:

$char = "\x{8B0F}";
echo $char;  // Output: 謏

Ruby:

char = "\u{8B0F}"
puts char  # Output: 謏

Rust:

let c = '\u{8B0F}';
println!("{}", c);  // Output: 謏

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008B0F";  /* Display: 謏 */
}

HTML Decimal:

<p>HTML decimal: &#35599;</p>  <!-- Display: 謏 -->

HTML Hexadecimal:

<p>HTML hex: &#x8B0F;</p>  <!-- Display: 謏 -->

URL Encoding:

// 謏 URL encoding
https://unicodefinder.com/search.php?query=%E8%AC%8F

Encodings

MD5:

1e3ebc30812356e0a5b403e776dd0133

SHA1:

4180139f84283dc75d923691fd545bcfd187ac34

Base64:

6KyP