Unicode Finder

"苸" U+82F8(CJK UNIFIED IDEOGRAPH-82F8)

U+82F8
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-82F8

Programming

C
\u82F8
JavaScript
\u82F8
Java
\u82F8
Json
\u82F8
Python
\u82F8
Perl
\x{82F8}
PHP
\x{82F8}
Ruby
\u{82F8}
Rust
\u{82F8}
Go
\u82F8

Web

CSS
\0082F8
HtmlDecimal
苸
HtmlHexadecimal
苸
Url
%E8%8B%B8

Code

MD5
3be1630ddaf0282918142f37415e7114
Sha1
37cb62e7db3146ded9c84b8fa87ed5920b988dd1
Base64
6Iu4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u82F8';
console.log(char);  // Output: 苸

Java:

char c = '\u82F8';
System.out.println(c);  // Output: 苸

JSON:

{"text": "\u82F8"}  // Value: 苸

Python:

char = '\u82F8'
print(char)  # Output: 苸

Perl:

my $char = "\x{82F8}";
print $char;  # Output: 苸

PHP:

$char = "\x{82F8}";
echo $char;  // Output: 苸

Ruby:

char = "\u{82F8}"
puts char  # Output: 苸

Rust:

let c = '\u{82F8}';
println!("{}", c);  // Output: 苸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0082F8";  /* Display: 苸 */
}

HTML Decimal:

<p>HTML decimal: &#33528;</p>  <!-- Display: 苸 -->

HTML Hexadecimal:

<p>HTML hex: &#x82F8;</p>  <!-- Display: 苸 -->

URL Encoding:

// 苸 URL encoding
https://unicodefinder.com/search.php?query=%E8%8B%B8

Encodings

MD5:

3be1630ddaf0282918142f37415e7114

SHA1:

37cb62e7db3146ded9c84b8fa87ed5920b988dd1

Base64:

6Iu4